#B47462

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

Shades of Coral Tree #B47462

Tints of Coral Tree #B47462

Color information

#B47462 (or 0xB47462) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 62. RGB value is (180,116,98). Sum of RGB (Red+Green+Blue) = 180+116+98=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B47462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47462 is #4B8B9D. Grayscale: #858585. Windows color (decimal): -4950942 or 6452404. OLE color: 6452404.

HSL color Cylindrical-coordinate representation of color #B47462: hue angle of 13.17º 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 #B47462 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18011698-
CMYK00.360.460.29
HSL13.17º35.34%54.51%-
HSV(B)13.17º45.56%70.59%-
XYZ27.2723.0814.57-
YUV133.08108.2161.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=45.69%
G=29.44%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801169800.360.460.2913.1735.3454.51
HexB474620242E1Dd2337
Octal2641641420445635154367
Binary10110100111010011000100100100101110111011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47462; }

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

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

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

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

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

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

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

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