#B47169

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

Shades of Coral Tree #B47169

Tints of Coral Tree #B47169

Color information

#B47169 (or 0xB47169) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 69. RGB value is (180,113,105). Sum of RGB (Red+Green+Blue) = 180+113+105=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47169 is #4B8E96. Grayscale: #848484. Windows color (decimal): -4951703 or 6910388. OLE color: 6910388.

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

Color convert

RGB180113105-
CMYK00.370.420.29
HSL6.4º33.33%55.88%-
HSV(B)6.4º41.67%70.59%-
XYZ27.2822.5316.28-
YUV132.12112.7162.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=45.23%
G=28.39%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011310500.370.420.296.433.3355.88
HexB471690252A1D62138
Octal264161151045523564170
Binary1011010011100011101001010010110101011101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47169; }

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

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

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

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

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

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

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

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