#B56A61

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

Shades of Coral Tree #B56A61

Tints of Coral Tree #B56A61

Color information

#B56A61 (or 0xB56A61) is unknown color: approx Coral Tree. HEX triplet: B5, 6A and 61. RGB value is (181,106,97). Sum of RGB (Red+Green+Blue) = 181+106+97=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A61 is #4A959E. Grayscale: #7F7F7F. Windows color (decimal): -4887967 or 6384309. OLE color: 6384309.

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

Color convert

RGB18110697-
CMYK00.410.460.29
HSL6.43º36.21%54.51%-
HSV(B)6.43º46.41%70.98%-
XYZ26.3720.9913.97-
YUV127.4110.85166.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=47.14%
G=27.60%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811069700.410.460.296.4336.2154.51
HexB56A610292E1D62437
Octal265152141051563564467
Binary1011010111010101100001010100110111011101110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A61; }

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

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

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

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

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

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

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

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