#B47264

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

Shades of Coral Tree #B47264

Tints of Coral Tree #B47264

Color information

#B47264 (or 0xB47264) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 64. RGB value is (180,114,100). Sum of RGB (Red+Green+Blue) = 180+114+100=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B47264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47264 is #4B8D9B. Grayscale: #848484. Windows color (decimal): -4951452 or 6582964. OLE color: 6582964.

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

Color convert

RGB180114100-
CMYK00.370.440.29
HSL10.5º34.78%54.9%-
HSV(B)10.5º44.44%70.59%-
XYZ27.1422.6615-
YUV132.14109.87162.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=45.69%
G=28.93%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011410000.370.440.2910.534.7854.9
HexB472640252C1Da2337
Octal2641621440455435124367
Binary10110100111001011001000100101101100111011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47264; }

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

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

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

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

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

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

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

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