#B66658

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

Shades of Sunglo #B66658

Tints of Sunglo #B66658

Color information

#B66658 (or 0xB66658) is unknown color: approx Sunglo. HEX triplet: B6, 66 and 58. RGB value is (182,102,88). Sum of RGB (Red+Green+Blue) = 182+102+88=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B66658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66658 is #4999A7. Grayscale: #7C7C7C. Windows color (decimal): -4823464 or 5793462. OLE color: 5793462.

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

Color convert

RGB18210288-
CMYK00.440.520.29
HSL8.94º39.17%52.94%-
HSV(B)8.94º51.65%71.37%-
XYZ25.820.1511.76-
YUV124.32107.5169.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=48.92%
G=27.42%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821028800.440.520.298.9439.1752.94
HexB6665802C341D92735
Octal2661461300546435114765
Binary10110110110011010110000101100110100111011001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66658; }

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

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

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

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

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

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

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

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