#B4706A

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

Shades of Coral Tree #B4706A

Tints of Coral Tree #B4706A

Color information

#B4706A (or 0xB4706A) is unknown color: approx Coral Tree. HEX triplet: B4, 70 and 6A. RGB value is (180,112,106). Sum of RGB (Red+Green+Blue) = 180+112+106=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B4706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4706A is #4B8F95. Grayscale: #838383. Windows color (decimal): -4951958 or 6975668. OLE color: 6975668.

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

Color convert

RGB180112106-
CMYK00.380.410.29
HSL4.86º33.04%56.08%-
HSV(B)4.86º41.11%70.59%-
XYZ27.2222.3316.51-
YUV131.65113.53162.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=45.23%
G=28.14%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011210600.380.410.294.8633.0456.08
HexB4706A026291D52138
Octal264160152046513554170
Binary1011010011100001101010010011010100111101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4706A; }

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

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

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

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

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

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

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

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