#B56866

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

Shades of Coral Tree #B56866

Tints of Coral Tree #B56866

Color information

#B56866 (or 0xB56866) is unknown color: approx Coral Tree. HEX triplet: B5, 68 and 66. RGB value is (181,104,102). Sum of RGB (Red+Green+Blue) = 181+104+102=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B56866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56866 is #4A9799. Grayscale: #7E7E7E. Windows color (decimal): -4888474 or 6711477. OLE color: 6711477.

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

Color convert

RGB181104102-
CMYK00.430.440.29
HSL1.52º34.8%55.49%-
HSV(B)1.52º43.65%70.98%-
XYZ26.420.6815.17-
YUV126.8114.01166.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=46.77%
G=26.87%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110410200.430.440.291.5234.855.49
HexB5686602B2C1D22337
Octal265150146053543524367
Binary101101011101000110011001010111011001110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56866; }

 p { color: rgb(181,104,102); }

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

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

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

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

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

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

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