Html Css Color HEX #BB5653 Fuzzy Wuzzy Brown

📋 copy color: '#BB5653'

red 187 ◦ green 86 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #BB5653

Tints of Fuzzy Wuzzy Brown #BB5653

RGB

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

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

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

R = 52.53%
G = 24.16%
B = 23.31%

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

#BB5653 (or 0xBB5653) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 56 and 53. RGB value is (187,86,83). Sum of RGB (Red+Green+Blue) = 187+86+83=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5653 is #44A9AC. Grayscale: #737373. Windows color (decimal): -4499885 or 5461691. OLE color: 5461691.

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

Color convert

RGB 187 86 83 -
CMYK 0 0.54 0.56 0.27
HSL 1.73º 0.43% 0.53% -
HSV(B) 1.73º 0.56% 0.73% -
XYZ 25.38 17.84 10.29 -
YUV 115.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 187 86 83 0 0.54 0.56 0.27 1.73 0.43 0.53
Hex BB 56 53 0 36 38 1B 2 2B 35
Octal 273 126 123 0 66 70 33 2 53 65
Binary 10111011 1010110 1010011 0 110110 111000 11011 10 101011 110101

Color Harmonies of #BB5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5653

Black with #BB5653

Text Example


Text Example

White with #BB5653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5653; }

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

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

background-color css

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

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

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

border-color css

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

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

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