#BF5552

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

Shades of Fuzzy Wuzzy Brown #BF5552

Tints of Fuzzy Wuzzy Brown #BF5552

Color information

#BF5552 (or 0xBF5552) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 55 and 52. RGB value is (191,85,82). Sum of RGB (Red+Green+Blue) = 191+85+82=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5552 is #40AAAD. Grayscale: #747474. Windows color (decimal): -4237998 or 5395903. OLE color: 5395903.

HSL color Cylindrical-coordinate representation of color #BF5552: hue angle of 1.65º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5552 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1918582-
CMYK00.550.570.25
HSL1.65º45.99%53.53%-
HSV(B)1.65º57.07%74.9%-
XYZ26.2618.1810.11-
YUV116.35108.62181.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=53.35%
G=23.74%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191858200.550.570.251.6545.9953.53
HexBF5552037391922e36
Octal277125122067713125666
Binary101111111010101101001001101111110011100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5552; }

 p { color: rgb(191,85,82); }

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

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

 a { background-color: rgb(191,85,82); }

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

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

 span { border-color: rgb(191,85,82); }

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