#B4716F

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

Shades of Coral Tree #B4716F

Tints of Coral Tree #B4716F

Color information

#B4716F (or 0xB4716F) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 6F. RGB value is (180,113,111). Sum of RGB (Red+Green+Blue) = 180+113+111=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4716F is #4B8E90. Grayscale: #848484. Windows color (decimal): -4951697 or 7303604. OLE color: 7303604.

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

Color convert

RGB180113111-
CMYK00.370.380.29
HSL1.74º31.51%57.06%-
HSV(B)1.74º38.33%70.59%-
XYZ27.622.6617.96-
YUV132.8115.7161.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=44.55%
G=27.97%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011311100.370.380.291.7431.5157.06
HexB4716F025261D22039
Octal264161157045463524071
Binary101101001110001110111101001011001101110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4716F; }

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

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

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

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

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

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

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

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