#B4706F

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

Shades of Coral Tree #B4706F

Tints of Coral Tree #B4706F

Color information

#B4706F (or 0xB4706F) is unknown color: approx Coral Tree. HEX triplet: B4, 70 and 6F. RGB value is (180,112,111). Sum of RGB (Red+Green+Blue) = 180+112+111=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4706F is #4B8F90. Grayscale: #848484. Windows color (decimal): -4951953 or 7303348. OLE color: 7303348.

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

Color convert

RGB180112111-
CMYK00.380.380.29
HSL0.87º31.51%57.06%-
HSV(B)0.87º38.33%70.59%-
XYZ27.4922.4417.92-
YUV132.22116.03162.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=44.67%
G=27.79%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011211100.380.380.290.8731.5157.06
HexB4706F026261D12039
Octal264160157046463514071
Binary10110100111000011011110100110100110111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4706F; }

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

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

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

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

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

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

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

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