Html Css Color HEX #BC5D59 Fuzzy Wuzzy Brown

📋 copy color: '#BC5D59'

red 188 ◦ green 93 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #BC5D59

Tints of Fuzzy Wuzzy Brown #BC5D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

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

R = 50.81%
G = 25.14%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5D59 (or 0xBC5D59) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5D and 59. RGB value is (188,93,89). Sum of RGB (Red+Green+Blue) = 188+93+89=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D59 is #43A2A6. Grayscale: #797979. Windows color (decimal): -4432551 or 5856700. OLE color: 5856700.

HSL color Cylindrical-coordinate representation of color #BC5D59: hue angle of 2.42º 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 #BC5D59 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 89 -
CMYK 0 0.51 0.53 0.26
HSL 2.42º 0.42% 0.54% -
HSV(B) 2.42º 0.53% 0.74% -
XYZ 26.46 19.24 11.77 -
YUV 120.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 188 93 89 0 0.51 0.53 0.26 2.42 0.42 0.54
Hex BC 5D 59 0 33 35 1A 2 2A 36
Octal 274 135 131 0 63 65 32 2 52 66
Binary 10111100 1011101 1011001 0 110011 110101 11010 10 101010 110110

Color Harmonies of #BC5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D59

Black with #BC5D59

Text Example


Text Example

White with #BC5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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