#B66459

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

Shades of Sunglo #B66459

Tints of Sunglo #B66459

Color information

#B66459 (or 0xB66459) is unknown color: approx Sunglo. HEX triplet: B6, 64 and 59. RGB value is (182,100,89). Sum of RGB (Red+Green+Blue) = 182+100+89=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B66459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66459 is #499BA6. Grayscale: #7B7B7B. Windows color (decimal): -4823975 or 5858486. OLE color: 5858486.

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

Color convert

RGB18210089-
CMYK00.450.510.29
HSL7.1º38.91%53.14%-
HSV(B)7.1º51.1%71.37%-
XYZ25.6519.7811.92-
YUV123.26108.67169.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=49.06%
G=26.95%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821008900.450.510.297.138.9153.14
HexB6645902D331D72735
Octal266144131055633574765
Binary1011011011001001011001010110111001111101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66459; }

 p { color: rgb(182,100,89); }

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

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

 a { background-color: rgb(182,100,89); }

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

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

 span { border-color: rgb(182,100,89); }

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