Html Css Color HEX #BB5552 Fuzzy Wuzzy Brown

📋 copy color: '#BB5552'

red 187 ◦ green 85 ◦ blue 82

#BB5552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #BB5552

Tints of Fuzzy Wuzzy Brown #BB5552

RGB

 RED value IS 187 (73.44% from 255) = 52.82%

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 52.82%
G = 24.01%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB5552 (or 0xBB5552) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 55 and 52. RGB value is (187,85,82). Sum of RGB (Red+Green+Blue) = 187+85+82=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5552 is #44AAAD. Grayscale: #737373. Windows color (decimal): -4500142 or 5395899. OLE color: 5395899.

HSL color Cylindrical-coordinate representation of color #BB5552: hue angle of 1.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5552 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 82 -
CMYK 0 0.55 0.56 0.27
HSL 1.71º 0.44% 0.53% -
HSV(B) 1.71º 0.56% 0.73% -
XYZ 25.27 17.67 10.06 -
YUV 115.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 187 85 82 0 0.55 0.56 0.27 1.71 0.44 0.53
Hex BB 55 52 0 37 38 1B 2 2C 35
Octal 273 125 122 0 67 70 33 2 54 65
Binary 10111011 1010101 1010010 0 110111 111000 11011 10 101100 110101

Color Harmonies of #BB5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5552

Black with #BB5552

Text Example


Text Example

White with #BB5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5552; }

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

 H1.HeaderClassName
 {
   color: #BB5552;
 }
 .AnyTagClassName
 {
   color: #BB5552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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