#B5756F

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

Shades of Coral Tree #B5756F

Tints of Coral Tree #B5756F

Color information

#B5756F (or 0xB5756F) is unknown color: approx Coral Tree. HEX triplet: B5, 75 and 6F. RGB value is (181,117,111). Sum of RGB (Red+Green+Blue) = 181+117+111=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5756F is #4A8A90. Grayscale: #878787. Windows color (decimal): -4885137 or 7304629. OLE color: 7304629.

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

Color convert

RGB181117111-
CMYK00.350.390.29
HSL5.14º32.11%57.25%-
HSV(B)5.14º38.67%70.98%-
XYZ28.2923.6918.12-
YUV135.45114.2160.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=44.25%
G=28.61%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111711100.350.390.295.1432.1157.25
HexB5756F023271D52039
Octal265165157043473554071
Binary1011010111101011101111010001110011111101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5756F; }

 p { color: rgb(181,117,111); }

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

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

 a { background-color: rgb(181,117,111); }

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

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

 span { border-color: rgb(181,117,111); }

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