#B66156

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

Shades of Sunglo #B66156

Tints of Sunglo #B66156

Color information

#B66156 (or 0xB66156) is unknown color: approx Sunglo. HEX triplet: B6, 61 and 56. RGB value is (182,97,86). Sum of RGB (Red+Green+Blue) = 182+97+86=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B66156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66156 is #499EA9. Grayscale: #797979. Windows color (decimal): -4824746 or 5661110. OLE color: 5661110.

HSL color Cylindrical-coordinate representation of color #B66156: hue angle of 6.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66156 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1829786-
CMYK00.470.530.29
HSL6.88º39.67%52.55%-
HSV(B)6.88º52.75%71.37%-
XYZ25.2519.1711.17-
YUV121.16108.16171.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=49.86%
G=26.58%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182978600.470.530.296.8839.6752.55
HexB6615602F351D72835
Octal266141126057653575065
Binary1011011011000011010110010111111010111101111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66156; }

 p { color: rgb(182,97,86); }

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

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

 a { background-color: rgb(182,97,86); }

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

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

 span { border-color: rgb(182,97,86); }

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