Html Css Color HEX #BB5353 Fuzzy Wuzzy Brown

📋 copy color: '#BB5353'

red 187 ◦ green 83 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #BB5353

Tints of Fuzzy Wuzzy Brown #BB5353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 52.97%
G = 23.51%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB5353 (or 0xBB5353) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 53 and 53. RGB value is (187,83,83). Sum of RGB (Red+Green+Blue) = 187+83+83=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5353 is #44ACAC. Grayscale: #727272. Windows color (decimal): -4500653 or 5460923. OLE color: 5460923.

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

Color convert

RGB 187 83 83 -
CMYK 0 0.56 0.56 0.27
HSL 0.43% 0.53% -
HSV(B) 0.56% 0.73% -
XYZ 25.15 17.38 10.21 -
YUV 114.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 187 83 83 0 0.56 0.56 0.27 0 0.43 0.53
Hex BB 53 53 0 38 38 1B 0 2B 35
Octal 273 123 123 0 70 70 33 0 53 65
Binary 10111011 1010011 1010011 0 111000 111000 11011 0 101011 110101

Color Harmonies of #BB5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5353

Black with #BB5353

Text Example


Text Example

White with #BB5353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5353; }

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

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

background-color css

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

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

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

border-color css

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

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

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