#B56D60

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

Shades of Coral Tree #B56D60

Tints of Coral Tree #B56D60

Color information

#B56D60 (or 0xB56D60) is unknown color: approx Coral Tree. HEX triplet: B5, 6D and 60. RGB value is (181,109,96). Sum of RGB (Red+Green+Blue) = 181+109+96=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D60 is #4A929F. Grayscale: #818181. Windows color (decimal): -4887200 or 6319541. OLE color: 6319541.

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

Color convert

RGB18110996-
CMYK00.400.470.29
HSL9.18º36.48%54.31%-
HSV(B)9.18º46.96%70.98%-
XYZ26.6421.6113.83-
YUV129.05109.35165.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=46.89%
G=28.24%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811099600.400.470.299.1836.4854.31
HexB56D600282F1D92436
Octal2651551400505735114466
Binary10110101110110111000000101000101111111011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D60; }

 p { color: rgb(181,109,96); }

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

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

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

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

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

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

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