#B56C61

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

Shades of Coral Tree #B56C61

Tints of Coral Tree #B56C61

Color information

#B56C61 (or 0xB56C61) is unknown color: approx Coral Tree. HEX triplet: B5, 6C and 61. RGB value is (181,108,97). Sum of RGB (Red+Green+Blue) = 181+108+97=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C61 is #4A939E. Grayscale: #808080. Windows color (decimal): -4887455 or 6384821. OLE color: 6384821.

HSL color Cylindrical-coordinate representation of color #B56C61: hue angle of 7.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56C61 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18110897-
CMYK00.400.460.29
HSL7.86º36.21%54.51%-
HSV(B)7.86º46.41%70.98%-
XYZ26.5821.4114.04-
YUV128.57110.18165.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=46.89%
G=27.98%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811089700.400.460.297.8636.2154.51
HexB56C610282E1D82437
Octal2651541410505635104467
Binary10110101110110011000010101000101110111011000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C61; }

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

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

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

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

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

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

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

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