#B56760

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

Shades of Coral Tree #B56760

Tints of Coral Tree #B56760

Color information

#B56760 (or 0xB56760) is unknown color: approx Coral Tree. HEX triplet: B5, 67 and 60. RGB value is (181,103,96). Sum of RGB (Red+Green+Blue) = 181+103+96=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B56760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56760 is #4A989F. Grayscale: #7D7D7D. Windows color (decimal): -4888736 or 6318005. OLE color: 6318005.

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

Color convert

RGB18110396-
CMYK00.430.470.29
HSL4.94º36.48%54.31%-
HSV(B)4.94º46.96%70.98%-
XYZ26.0220.3713.63-
YUV125.52111.34167.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=47.63%
G=27.11%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811039600.430.470.294.9436.4854.31
HexB5676002B2F1D52436
Octal265147140053573554466
Binary1011010111001111100000010101110111111101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56760; }

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

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

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

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

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

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

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

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