#B46A61

Color #B46A61 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B46A61

Tints of Coral Tree #B46A61

Color information

#B46A61 (or 0xB46A61) is unknown color: approx Coral Tree. HEX triplet: B4, 6A and 61. RGB value is (180,106,97). Sum of RGB (Red+Green+Blue) = 180+106+97=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A61 is #4B959E. Grayscale: #7F7F7F. Windows color (decimal): -4953503 or 6384308. OLE color: 6384308.

HSL color Cylindrical-coordinate representation of color #B46A61: hue angle of 6.51º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46A61 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18010697-
CMYK00.410.460.29
HSL6.51º35.62%54.31%-
HSV(B)6.51º46.11%70.59%-
XYZ26.1320.8713.96-
YUV127.1111.02165.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=47.00%
G=27.68%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801069700.410.460.296.5135.6254.31
HexB46A610292E1D72436
Octal264152141051563574466
Binary1011010011010101100001010100110111011101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A61; }

 p { color: rgb(180,106,97); }

 H1.HeaderClassName
 {
   color: #B46A61;
 }
 .AnyTagClassName
 {
   color: #B46A61;
 }
</style>
background-color css

<style>
 a { background-color: #B46A61; }

 a { background-color: rgb(180,106,97); }

 div.DivClassName
 {
   background-color: #B46A61;
 }
 .BgClassName
 {
   background-color: #B46A61;
 }
</style>
border-color css

<style>
 span { border-color: #B46A61; }

 span { border-color: rgb(180,106,97); }

 td.TdClassName
 {
   border-color: #B46A61;
 }
 .TagClassName
 {
   border-color: #B46A61;
 }
</style>