#B56B5C

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

Shades of Coral Tree #B56B5C

Tints of Coral Tree #B56B5C

Color information

#B56B5C (or 0xB56B5C) is unknown color: approx Coral Tree. HEX triplet: B5, 6B and 5C. RGB value is (181,107,92). Sum of RGB (Red+Green+Blue) = 181+107+92=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B5C is #4A94A3. Grayscale: #7F7F7F. Windows color (decimal): -4887716 or 6056885. OLE color: 6056885.

HSL color Cylindrical-coordinate representation of color #B56B5C: hue angle of 10.11º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56B5C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18110792-
CMYK00.410.490.29
HSL10.11º37.55%53.53%-
HSV(B)10.11º49.17%70.98%-
XYZ26.2521.1112.82-
YUV127.42108.02166.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=47.63%
G=28.16%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811079200.410.490.2910.1137.5553.53
HexB56B5C029311Da2636
Octal2651531340516135124666
Binary10110101110101110111000101001110001111011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B5C; }

 p { color: rgb(181,107,92); }

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

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

 a { background-color: rgb(181,107,92); }

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

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

 span { border-color: rgb(181,107,92); }

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