Html Css Color HEX #BB5752 Fuzzy Wuzzy Brown

📋 copy color: '#BB5752'

red 187 ◦ green 87 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #BB5752

Tints of Fuzzy Wuzzy Brown #BB5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 52.53%
G = 24.44%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB5752 (or 0xBB5752) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 57 and 52. RGB value is (187,87,82). Sum of RGB (Red+Green+Blue) = 187+87+82=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5752 is #44A8AD. Grayscale: #747474. Windows color (decimal): -4499630 or 5396411. OLE color: 5396411.

HSL color Cylindrical-coordinate representation of color #BB5752: hue angle of 2.86º 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 #BB5752 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 87 82 -
CMYK 0 0.53 0.56 0.27
HSL 2.86º 0.44% 0.53% -
HSV(B) 2.86º 0.56% 0.73% -
XYZ 25.42 17.99 10.12 -
YUV 116.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 187 87 82 0 0.53 0.56 0.27 2.86 0.44 0.53
Hex BB 57 52 0 35 38 1B 3 2C 35
Octal 273 127 122 0 65 70 33 3 54 65
Binary 10111011 1010111 1010010 0 110101 111000 11011 11 101100 110101

Color Harmonies of #BB5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5752

Black with #BB5752

Text Example


Text Example

White with #BB5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5752; }

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

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

background-color css

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

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

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

border-color css

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

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

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