#B5726C

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

Shades of Coral Tree #B5726C

Tints of Coral Tree #B5726C

Color information

#B5726C (or 0xB5726C) is unknown color: approx Coral Tree. HEX triplet: B5, 72 and 6C. RGB value is (181,114,108). Sum of RGB (Red+Green+Blue) = 181+114+108=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5726C is #4A8D93. Grayscale: #858585. Windows color (decimal): -4885908 or 7107253. OLE color: 7107253.

HSL color Cylindrical-coordinate representation of color #B5726C: hue angle of 4.93º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5726C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181114108-
CMYK00.370.400.29
HSL4.93º33.03%56.67%-
HSV(B)4.93º40.33%70.98%-
XYZ27.7822.9417.15-
YUV133.35113.7161.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=44.91%
G=28.29%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111410800.370.400.294.9333.0356.67
HexB5726C025281D52139
Octal265162154045503554171
Binary1011010111100101101100010010110100011101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5726C; }

 p { color: rgb(181,114,108); }

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

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

 a { background-color: rgb(181,114,108); }

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

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

 span { border-color: rgb(181,114,108); }

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