#B56058

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

Shades of Sunglo #B56058

Tints of Sunglo #B56058

Color information

#B56058 (or 0xB56058) is unknown color: approx Sunglo. HEX triplet: B5, 60 and 58. RGB value is (181,96,88). Sum of RGB (Red+Green+Blue) = 181+96+88=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56058 is #4A9FA7. Grayscale: #787878. Windows color (decimal): -4890536 or 5791925. OLE color: 5791925.

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

Color convert

RGB1819688-
CMYK00.470.510.29
HSL5.16º38.59%52.75%-
HSV(B)5.16º51.38%70.98%-
XYZ2518.8911.56-
YUV120.5109.66171.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=49.59%
G=26.30%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181968800.470.510.295.1638.5952.75
HexB5605802F331D52735
Octal265140130057633554765
Binary1011010111000001011000010111111001111101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56058; }

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

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

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

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

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

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

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

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