#B66458

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

Shades of Sunglo #B66458

Tints of Sunglo #B66458

Color information

#B66458 (or 0xB66458) is unknown color: approx Sunglo. HEX triplet: B6, 64 and 58. RGB value is (182,100,88). Sum of RGB (Red+Green+Blue) = 182+100+88=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B66458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66458 is #499BA7. Grayscale: #7B7B7B. Windows color (decimal): -4823976 or 5792950. OLE color: 5792950.

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

Color convert

RGB18210088-
CMYK00.450.520.29
HSL7.66º39.17%52.94%-
HSV(B)7.66º51.65%71.37%-
XYZ25.6119.7611.7-
YUV123.15108.17169.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=49.19%
G=27.03%
B=23.78%

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
Decimal1821008800.450.520.297.6639.1752.94
HexB6645802D341D82735
Octal2661441300556435104765
Binary10110110110010010110000101101110100111011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66458; }

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

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

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

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

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

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

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

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