Html Css Color HEX #BB5656 Fuzzy Wuzzy Brown

📋 copy color: '#BB5656'

red 187 ◦ green 86 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #BB5656

Tints of Fuzzy Wuzzy Brown #BB5656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.96%

R = 52.09%
G = 23.96%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB5656 (or 0xBB5656) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 56 and 56. RGB value is (187,86,86). Sum of RGB (Red+Green+Blue) = 187+86+86=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5656 is #44A9A9. Grayscale: #747474. Windows color (decimal): -4499882 or 5658299. OLE color: 5658299.

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

Color convert

RGB 187 86 86 -
CMYK 0 0.54 0.54 0.27
HSL 0.43% 0.54% -
HSV(B) 0.54% 0.73% -
XYZ 25.5 17.89 10.91 -
YUV 116.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 187 86 86 0 0.54 0.54 0.27 0 0.43 0.54
Hex BB 56 56 0 36 36 1B 0 2B 36
Octal 273 126 126 0 66 66 33 0 53 66
Binary 10111011 1010110 1010110 0 110110 110110 11011 0 101011 110110

Color Harmonies of #BB5656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5656

Black with #BB5656

Text Example


Text Example

White with #BB5656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5656; }

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

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

background-color css

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

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

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

border-color css

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

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

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