#B66060

Color #B66060 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #B66060

Tints of Fuzzy Wuzzy Brown #B66060

Color information

#B66060 (or 0xB66060) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 60 and 60. RGB value is (182,96,96). Sum of RGB (Red+Green+Blue) = 182+96+96=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B66060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66060 is #499F9F. Grayscale: #797979. Windows color (decimal): -4824992 or 6316214. OLE color: 6316214.

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

Color convert

RGB1829696-
CMYK00.470.470.29
HSL37.07%54.51%-
HSV(B)47.25%71.37%-
XYZ25.5919.1613.42-
YUV121.71113.49171-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=48.66%
G=25.67%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182969600.470.470.29037.0754.51
HexB6606002F2F1D02537
Octal266140140057573504567
Binary10110110110000011000000101111101111111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66060; }

 p { color: rgb(182,96,96); }

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

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

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

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

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

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

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