#B47167

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

Shades of Coral Tree #B47167

Tints of Coral Tree #B47167

Color information

#B47167 (or 0xB47167) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 67. RGB value is (180,113,103). Sum of RGB (Red+Green+Blue) = 180+113+103=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47167 is #4B8E98. Grayscale: #848484. Windows color (decimal): -4951705 or 6779316. OLE color: 6779316.

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

Color convert

RGB180113103-
CMYK00.370.430.29
HSL7.79º33.92%55.49%-
HSV(B)7.79º42.78%70.59%-
XYZ27.1822.4915.74-
YUV131.89111.7162.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=45.45%
G=28.54%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011310300.370.430.297.7933.9255.49
HexB471670252B1D82237
Octal2641611470455335104267
Binary10110100111000111001110100101101011111011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47167; }

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

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

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

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

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

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

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

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