#B56A5E

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

Shades of Coral Tree #B56A5E

Tints of Coral Tree #B56A5E

Color information

#B56A5E (or 0xB56A5E) is unknown color: approx Coral Tree. HEX triplet: B5, 6A and 5E. RGB value is (181,106,94). Sum of RGB (Red+Green+Blue) = 181+106+94=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A5E is #4A95A1. Grayscale: #7F7F7F. Windows color (decimal): -4887970 or 6187701. OLE color: 6187701.

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

Color convert

RGB18110694-
CMYK00.410.480.29
HSL8.28º37.02%53.92%-
HSV(B)8.28º48.07%70.98%-
XYZ26.2320.9413.25-
YUV127.06109.35166.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=47.51%
G=27.82%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811069400.410.480.298.2837.0253.92
HexB56A5E029301D82536
Octal2651521360516035104566
Binary10110101110101010111100101001110000111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A5E; }

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

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

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

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

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

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

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

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