#B56159

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

Shades of Sunglo #B56159

Tints of Sunglo #B56159

Color information

#B56159 (or 0xB56159) is unknown color: approx Sunglo. HEX triplet: B5, 61 and 59. RGB value is (181,97,89). Sum of RGB (Red+Green+Blue) = 181+97+89=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B56159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56159 is #4A9EA6. Grayscale: #797979. Windows color (decimal): -4890279 or 5857717. OLE color: 5857717.

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

Color convert

RGB1819789-
CMYK00.460.510.29
HSL5.22º38.33%52.94%-
HSV(B)5.22º50.83%70.98%-
XYZ25.1319.0911.81-
YUV121.2109.83170.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=49.32%
G=26.43%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181978900.460.510.295.2238.3352.94
HexB5615902E331D52635
Octal265141131056633554665
Binary1011010111000011011001010111011001111101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56159; }

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

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

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

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

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

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

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

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