#B56E60

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

Shades of Coral Tree #B56E60

Tints of Coral Tree #B56E60

Color information

#B56E60 (or 0xB56E60) is unknown color: approx Coral Tree. HEX triplet: B5, 6E and 60. RGB value is (181,110,96). Sum of RGB (Red+Green+Blue) = 181+110+96=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E60 is #4A919F. Grayscale: #818181. Windows color (decimal): -4886944 or 6319797. OLE color: 6319797.

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

Color convert

RGB18111096-
CMYK00.390.470.29
HSL9.88º36.48%54.31%-
HSV(B)9.88º46.96%70.98%-
XYZ26.7421.8213.87-
YUV129.63109.02164.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=46.77%
G=28.42%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811109600.390.470.299.8836.4854.31
HexB56E600272F1Da2436
Octal2651561400475735124466
Binary10110101110111011000000100111101111111011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E60; }

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

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

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

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

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

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

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

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