Html Css Color HEX #BC5E59 Fuzzy Wuzzy Brown

📋 copy color: '#BC5E59'

red 188 ◦ green 94 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #BC5E59

Tints of Fuzzy Wuzzy Brown #BC5E59

RGB

 RED value IS 188 (73.83% from 255) = 50.67%

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

 BLUE value IS 89 (35.16% from 255) = 23.99%

R = 50.67%
G = 25.34%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5E59 (or 0xBC5E59) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5E and 59. RGB value is (188,94,89). Sum of RGB (Red+Green+Blue) = 188+94+89=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E59 is #43A1A6. Grayscale: #797979. Windows color (decimal): -4432295 or 5856956. OLE color: 5856956.

HSL color Cylindrical-coordinate representation of color #BC5E59: hue angle of 3.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5E59 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 89 -
CMYK 0 0.50 0.53 0.26
HSL 3.03º 0.42% 0.54% -
HSV(B) 3.03º 0.53% 0.74% -
XYZ 26.54 19.42 11.8 -
YUV 121.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 188 94 89 0 0.50 0.53 0.26 3.03 0.42 0.54
Hex BC 5E 59 0 32 35 1A 3 2A 36
Octal 274 136 131 0 62 65 32 3 52 66
Binary 10111100 1011110 1011001 0 110010 110101 11010 11 101010 110110

Color Harmonies of #BC5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E59

Black with #BC5E59

Text Example


Text Example

White with #BC5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E59; }

 p { color: rgb(188,94,89); }

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

background-color css

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

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

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

border-color css

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

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

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