#B46E62

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

Shades of Coral Tree #B46E62

Tints of Coral Tree #B46E62

Color information

#B46E62 (or 0xB46E62) is unknown color: approx Coral Tree. HEX triplet: B4, 6E and 62. RGB value is (180,110,98). Sum of RGB (Red+Green+Blue) = 180+110+98=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E62 is #4B919D. Grayscale: #818181. Windows color (decimal): -4952478 or 6450868. OLE color: 6450868.

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

Color convert

RGB18011098-
CMYK00.390.460.29
HSL8.78º35.34%54.51%-
HSV(B)8.78º45.56%70.59%-
XYZ26.621.7414.35-
YUV129.56110.19163.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=46.39%
G=28.35%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801109800.390.460.298.7835.3454.51
HexB46E620272E1D92337
Octal2641561420475635114367
Binary10110100110111011000100100111101110111011001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E62; }

 p { color: rgb(180,110,98); }

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

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

 a { background-color: rgb(180,110,98); }

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

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

 span { border-color: rgb(180,110,98); }

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