#B56A66

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

Shades of Coral Tree #B56A66

Tints of Coral Tree #B56A66

Color information

#B56A66 (or 0xB56A66) is unknown color: approx Coral Tree. HEX triplet: B5, 6A and 66. RGB value is (181,106,102). Sum of RGB (Red+Green+Blue) = 181+106+102=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A66 is #4A9599. Grayscale: #808080. Windows color (decimal): -4887962 or 6711989. OLE color: 6711989.

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

Color convert

RGB181106102-
CMYK00.410.440.29
HSL3.04º34.8%55.49%-
HSV(B)3.04º43.65%70.98%-
XYZ26.6121.0915.24-
YUV127.97113.35165.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=46.53%
G=27.25%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110610200.410.440.293.0434.855.49
HexB56A660292C1D32337
Octal265152146051543534367
Binary101101011101010110011001010011011001110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A66; }

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

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

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

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

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

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

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

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