Html Css Color HEX #BB5652 Fuzzy Wuzzy Brown

📋 copy color: '#BB5652'

red 187 ◦ green 86 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #BB5652

Tints of Fuzzy Wuzzy Brown #BB5652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 52.68%
G = 24.23%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB5652 (or 0xBB5652) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 56 and 52. RGB value is (187,86,82). Sum of RGB (Red+Green+Blue) = 187+86+82=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5652 is #44A9AD. Grayscale: #737373. Windows color (decimal): -4499886 or 5396155. OLE color: 5396155.

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

Color convert

RGB 187 86 82 -
CMYK 0 0.54 0.56 0.27
HSL 2.29º 0.44% 0.53% -
HSV(B) 2.29º 0.56% 0.73% -
XYZ 25.34 17.83 10.09 -
YUV 115.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 187 86 82 0 0.54 0.56 0.27 2.29 0.44 0.53
Hex BB 56 52 0 36 38 1B 2 2C 35
Octal 273 126 122 0 66 70 33 2 54 65
Binary 10111011 1010110 1010010 0 110110 111000 11011 10 101100 110101

Color Harmonies of #BB5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5652

Black with #BB5652

Text Example


Text Example

White with #BB5652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5652; }

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

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

background-color css

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

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

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

border-color css

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

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

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