#B47464

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

Shades of Coral Tree #B47464

Tints of Coral Tree #B47464

Color information

#B47464 (or 0xB47464) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 64. RGB value is (180,116,100). Sum of RGB (Red+Green+Blue) = 180+116+100=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47464 is #4B8B9B. Grayscale: #858585. Windows color (decimal): -4950940 or 6583476. OLE color: 6583476.

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

Color convert

RGB180116100-
CMYK00.360.440.29
HSL12º34.78%54.9%-
HSV(B)12º44.44%70.59%-
XYZ27.3723.1115.08-
YUV133.31109.2161.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=45.45%
G=29.29%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011610000.360.440.291234.7854.9
HexB474640242C1Dc2337
Octal2641641440445435144367
Binary10110100111010011001000100100101100111011100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47464; }

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

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

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

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

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

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

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

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