#b66558

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

Shades of Sunglo #B66558

Tints of Sunglo #B66558

Color information

#B66558 (or 0xB66558) is unknown color: approx Sunglo. HEX triplet: B6, 65 and 58. RGB value is (182,101,88). Sum of RGB (Red+Green+Blue) = 182+101+88=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B66558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66558 is #499AA7. Grayscale: #7B7B7B. Windows color (decimal): -4823720 or 5793206. OLE color: 5793206.

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

Color convert

RGB18210188-
CMYK00.450.520.29
HSL8.3º39.17%52.94%-
HSV(B)8.3º51.65%71.37%-
XYZ25.7119.9611.73-
YUV123.74107.84169.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=49.06%
G=27.22%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821018800.450.520.298.339.1752.94
HexB6655802D341D82735
Octal2661451300556435104765
Binary10110110110010110110000101101110100111011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66558; }

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

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

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

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

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

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

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

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