#B4736F

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

Shades of Coral Tree #B4736F

Tints of Coral Tree #B4736F

Color information

#B4736F (or 0xB4736F) is unknown color: approx Coral Tree. HEX triplet: B4, 73 and 6F. RGB value is (180,115,111). Sum of RGB (Red+Green+Blue) = 180+115+111=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4736F is #4B8C90. Grayscale: #868686. Windows color (decimal): -4951185 or 7304116. OLE color: 7304116.

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

Color convert

RGB180115111-
CMYK00.360.380.29
HSL3.48º31.51%57.06%-
HSV(B)3.48º38.33%70.59%-
XYZ27.8223.1118.03-
YUV133.98115.03160.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=44.33%
G=28.33%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011511100.360.380.293.4831.5157.06
HexB4736F024261D32039
Octal264163157044463534071
Binary101101001110011110111101001001001101110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4736F; }

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

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

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

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

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

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

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

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