#B56C6C

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

Shades of Coral Tree #B56C6C

Tints of Coral Tree #B56C6C

Color information

#B56C6C (or 0xB56C6C) is unknown color: approx Coral Tree. HEX triplet: B5, 6C and 6C. RGB value is (181,108,108). Sum of RGB (Red+Green+Blue) = 181+108+108=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C6C is #4A9393. Grayscale: #818181. Windows color (decimal): -4887444 or 7105717. OLE color: 7105717.

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

Color convert

RGB181108108-
CMYK00.400.400.29
HSL33.03%56.67%-
HSV(B)40.33%70.98%-
XYZ27.1321.6316.93-
YUV129.83115.68164.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=45.59%
G=27.20%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110810800.400.400.29033.0356.67
HexB56C6C028281D02139
Octal265154154050503504171
Binary10110101110110011011000101000101000111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C6C; }

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

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

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

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

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

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

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

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