#B56157

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

Shades of Sunglo #B56157

Tints of Sunglo #B56157

Color information

#B56157 (or 0xB56157) is unknown color: approx Sunglo. HEX triplet: B5, 61 and 57. RGB value is (181,97,87). Sum of RGB (Red+Green+Blue) = 181+97+87=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56157 is #4A9EA8. Grayscale: #797979. Windows color (decimal): -4890281 or 5726645. OLE color: 5726645.

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

Color convert

RGB1819787-
CMYK00.460.520.29
HSL6.38º38.84%52.55%-
HSV(B)6.38º51.93%70.98%-
XYZ25.0519.0611.38-
YUV120.98108.83170.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=49.59%
G=26.58%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181978700.460.520.296.3838.8452.55
HexB5615702E341D62735
Octal265141127056643564765
Binary1011010111000011010111010111011010011101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56157; }

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

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

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

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

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

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

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

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