#B56558

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

Shades of Sunglo #B56558

Tints of Sunglo #B56558

Color information

#B56558 (or 0xB56558) is unknown color: approx Sunglo. HEX triplet: B5, 65 and 58. RGB value is (181,101,88). Sum of RGB (Red+Green+Blue) = 181+101+88=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B56558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56558 is #4A9AA7. Grayscale: #7B7B7B. Windows color (decimal): -4889256 or 5793205. OLE color: 5793205.

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

Color convert

RGB18110188-
CMYK00.440.510.29
HSL8.39º38.59%52.75%-
HSV(B)8.39º51.38%70.98%-
XYZ25.4719.8411.72-
YUV123.44108169.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=48.92%
G=27.30%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811018800.440.510.298.3938.5952.75
HexB5655802C331D82735
Octal2651451300546335104765
Binary10110101110010110110000101100110011111011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56558; }

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

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

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

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

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

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

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

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