#B56258

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

Shades of Sunglo #B56258

Tints of Sunglo #B56258

Color information

#B56258 (or 0xB56258) is unknown color: approx Sunglo. HEX triplet: B5, 62 and 58. RGB value is (181,98,88). Sum of RGB (Red+Green+Blue) = 181+98+88=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B56258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56258 is #4A9DA7. Grayscale: #797979. Windows color (decimal): -4890024 or 5792437. OLE color: 5792437.

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

Color convert

RGB1819888-
CMYK00.460.510.29
HSL6.45º38.59%52.75%-
HSV(B)6.45º51.38%70.98%-
XYZ25.1919.2611.62-
YUV121.68109170.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=49.32%
G=26.70%
B=23.98%

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
Decimal181988800.460.510.296.4538.5952.75
HexB5625802E331D62735
Octal265142130056633564765
Binary1011010111000101011000010111011001111101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56258; }

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

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

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

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

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

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

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

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