#B4706D

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

Shades of Coral Tree #B4706D

Tints of Coral Tree #B4706D

Color information

#B4706D (or 0xB4706D) is unknown color: approx Coral Tree. HEX triplet: B4, 70 and 6D. RGB value is (180,112,109). Sum of RGB (Red+Green+Blue) = 180+112+109=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4706D is #4B8F92. Grayscale: #848484. Windows color (decimal): -4951955 or 7172276. OLE color: 7172276.

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

Color convert

RGB180112109-
CMYK00.380.390.29
HSL2.54º32.13%56.67%-
HSV(B)2.54º39.44%70.59%-
XYZ27.3822.417.35-
YUV131.99115.03162.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=44.89%
G=27.93%
B=27.18%

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
Decimal18011210900.380.390.292.5432.1356.67
HexB4706D026271D32039
Octal264160155046473534071
Binary101101001110000110110101001101001111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4706D; }

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

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

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

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

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

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

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

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