#B47164

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

Shades of Coral Tree #B47164

Tints of Coral Tree #B47164

Color information

#B47164 (or 0xB47164) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 64. RGB value is (180,113,100). Sum of RGB (Red+Green+Blue) = 180+113+100=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B47164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47164 is #4B8E9B. Grayscale: #838383. Windows color (decimal): -4951708 or 6582708. OLE color: 6582708.

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

Color convert

RGB180113100-
CMYK00.370.440.29
HSL9.75º34.78%54.9%-
HSV(B)9.75º44.44%70.59%-
XYZ27.0322.4314.96-
YUV131.55110.2162.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=45.80%
G=28.75%
B=25.45%

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
Decimal18011310000.370.440.299.7534.7854.9
HexB471640252C1Da2337
Octal2641611440455435124367
Binary10110100111000111001000100101101100111011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47164; }

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

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

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

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

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

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

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

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