#B56562

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

Shades of Coral Tree #B56562

Tints of Coral Tree #B56562

Color information

#B56562 (or 0xB56562) is unknown color: approx Coral Tree. HEX triplet: B5, 65 and 62. RGB value is (181,101,98). Sum of RGB (Red+Green+Blue) = 181+101+98=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B56562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56562 is #4A9A9D. Grayscale: #7C7C7C. Windows color (decimal): -4889246 or 6448565. OLE color: 6448565.

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

Color convert

RGB18110198-
CMYK00.440.460.29
HSL2.17º35.93%54.71%-
HSV(B)2.17º45.86%70.98%-
XYZ25.9120.0114.05-
YUV124.58113168.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=47.63%
G=26.58%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811019800.440.460.292.1735.9354.71
HexB5656202C2E1D22437
Octal265145142054563524467
Binary101101011100101110001001011001011101110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56562; }

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

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

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

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

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

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

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

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