#B56962

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

Shades of Coral Tree #B56962

Tints of Coral Tree #B56962

Color information

#B56962 (or 0xB56962) is unknown color: approx Coral Tree. HEX triplet: B5, 69 and 62. RGB value is (181,105,98). Sum of RGB (Red+Green+Blue) = 181+105+98=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B56962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56962 is #4A969D. Grayscale: #7F7F7F. Windows color (decimal): -4888222 or 6449589. OLE color: 6449589.

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

Color convert

RGB18110598-
CMYK00.420.460.29
HSL5.06º35.93%54.71%-
HSV(B)5.06º45.86%70.98%-
XYZ26.3120.8114.18-
YUV126.93111.68166.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=47.14%
G=27.34%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811059800.420.460.295.0635.9354.71
HexB5696202A2E1D52437
Octal265151142052563554467
Binary1011010111010011100010010101010111011101101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56962; }

 p { color: rgb(181,105,98); }

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

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

 a { background-color: rgb(181,105,98); }

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

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

 span { border-color: rgb(181,105,98); }

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