#B47364

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

Shades of Coral Tree #B47364

Tints of Coral Tree #B47364

Color information

#B47364 (or 0xB47364) is unknown color: approx Coral Tree. HEX triplet: B4, 73 and 64. RGB value is (180,115,100). Sum of RGB (Red+Green+Blue) = 180+115+100=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B47364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47364 is #4B8C9B. Grayscale: #848484. Windows color (decimal): -4951196 or 6583220. OLE color: 6583220.

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

Color convert

RGB180115100-
CMYK00.360.440.29
HSL11.25º34.78%54.9%-
HSV(B)11.25º44.44%70.59%-
XYZ27.2522.8815.04-
YUV132.72109.53161.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=45.57%
G=29.11%
B=25.32%

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
Decimal18011510000.360.440.2911.2534.7854.9
HexB473640242C1Db2337
Octal2641631440445435134367
Binary10110100111001111001000100100101100111011011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47364; }

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

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

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

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

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

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

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

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