#B4746E

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

Shades of Coral Tree #B4746E

Tints of Coral Tree #B4746E

Color information

#B4746E (or 0xB4746E) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 6E. RGB value is (180,116,110). Sum of RGB (Red+Green+Blue) = 180+116+110=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4746E is #4B8B91. Grayscale: #868686. Windows color (decimal): -4950930 or 7238836. OLE color: 7238836.

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

Color convert

RGB180116110-
CMYK00.360.390.29
HSL5.14º31.82%56.86%-
HSV(B)5.14º38.89%70.59%-
XYZ27.8823.3217.78-
YUV134.45114.2160.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=44.33%
G=28.57%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011611000.360.390.295.1431.8256.86
HexB4746E024271D52039
Octal264164156044473554071
Binary1011010011101001101110010010010011111101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4746E; }

 p { color: rgb(180,116,110); }

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

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

 a { background-color: rgb(180,116,110); }

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

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

 span { border-color: rgb(180,116,110); }

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