#B5746E

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

Shades of Coral Tree #B5746E

Tints of Coral Tree #B5746E

Color information

#B5746E (or 0xB5746E) is unknown color: approx Coral Tree. HEX triplet: B5, 74 and 6E. RGB value is (181,116,110). Sum of RGB (Red+Green+Blue) = 181+116+110=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5746E is #4A8B91. Grayscale: #868686. Windows color (decimal): -4885394 or 7238837. OLE color: 7238837.

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

Color convert

RGB181116110-
CMYK00.360.390.29
HSL5.07º32.42%57.06%-
HSV(B)5.07º39.23%70.98%-
XYZ28.1223.4417.79-
YUV134.75114.03160.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=44.47%
G=28.50%
B=27.03%

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
Decimal18111611000.360.390.295.0732.4257.06
HexB5746E024271D52039
Octal265164156044473554071
Binary1011010111101001101110010010010011111101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5746E; }

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

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

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

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

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

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

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

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