#B56460

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

Shades of Coral Tree #B56460

Tints of Coral Tree #B56460

Color information

#B56460 (or 0xB56460) is unknown color: approx Coral Tree. HEX triplet: B5, 64 and 60. RGB value is (181,100,96). Sum of RGB (Red+Green+Blue) = 181+100+96=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56460 is #4A9B9F. Grayscale: #7B7B7B. Windows color (decimal): -4889504 or 6317237. OLE color: 6317237.

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

Color convert

RGB18110096-
CMYK00.450.470.29
HSL2.82º36.48%54.31%-
HSV(B)2.82º46.96%70.98%-
XYZ25.7219.7813.53-
YUV123.76112.34168.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=48.01%
G=26.53%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811009600.450.470.292.8236.4854.31
HexB5646002D2F1D32436
Octal265144140055573534466
Binary101101011100100110000001011011011111110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56460; }

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

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

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

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

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

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

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

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