Html Css Color HEX #BB5E5E Fuzzy Wuzzy Brown

📋 copy color: '#BB5E5E'

red 187 ◦ green 94 ◦ blue 94

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

Shades of Fuzzy Wuzzy Brown #BB5E5E

Tints of Fuzzy Wuzzy Brown #BB5E5E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 49.87%
G = 25.07%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB5E5E (or 0xBB5E5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5E and 5E. RGB value is (187,94,94). Sum of RGB (Red+Green+Blue) = 187+94+94=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E5E is #44A1A1. Grayscale: #797979. Windows color (decimal): -4497826 or 6184635. OLE color: 6184635.

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

Color convert

RGB 187 94 94 -
CMYK 0 0.50 0.50 0.27
HSL 0.41% 0.55% -
HSV(B) 0.5% 0.73% -
XYZ 26.52 19.38 12.93 -
YUV 121.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 187 94 94 0 0.50 0.50 0.27 0 0.41 0.55
Hex BB 5E 5E 0 32 32 1B 0 29 37
Octal 273 136 136 0 62 62 33 0 51 67
Binary 10111011 1011110 1011110 0 110010 110010 11011 0 101001 110111

Color Harmonies of #BB5E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E5E

Black with #BB5E5E

Text Example


Text Example

White with #BB5E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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