#B4706E

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

Shades of Coral Tree #B4706E

Tints of Coral Tree #B4706E

Color information

#B4706E (or 0xB4706E) is unknown color: approx Coral Tree. HEX triplet: B4, 70 and 6E. RGB value is (180,112,110). Sum of RGB (Red+Green+Blue) = 180+112+110=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4706E is #4B8F91. Grayscale: #848484. Windows color (decimal): -4951954 or 7237812. OLE color: 7237812.

HSL color Cylindrical-coordinate representation of color #B4706E: hue angle of 1.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4706E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180112110-
CMYK00.380.390.29
HSL1.71º31.82%56.86%-
HSV(B)1.71º38.89%70.59%-
XYZ27.4322.4217.63-
YUV132.1115.53162.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=44.78%
G=27.86%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011211000.380.390.291.7131.8256.86
HexB4706E026271D22039
Octal264160156046473524071
Binary101101001110000110111001001101001111110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4706E; }

 p { color: rgb(180,112,110); }

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

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

 a { background-color: rgb(180,112,110); }

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

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

 span { border-color: rgb(180,112,110); }

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