Html Css Color HEX #BC5955 Fuzzy Wuzzy Brown

📋 copy color: '#BC5955'

red 188 ◦ green 89 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #BC5955

Tints of Fuzzy Wuzzy Brown #BC5955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 51.93%
G = 24.59%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC5955 (or 0xBC5955) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 59 and 55. RGB value is (188,89,85). Sum of RGB (Red+Green+Blue) = 188+89+85=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5955 is #43A6AA. Grayscale: #767676. Windows color (decimal): -4433579 or 5593532. OLE color: 5593532.

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

Color convert

RGB 188 89 85 -
CMYK 0 0.53 0.55 0.26
HSL 2.33º 0.43% 0.54% -
HSV(B) 2.33º 0.55% 0.74% -
XYZ 25.95 18.49 10.8 -
YUV 118.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 188 89 85 0 0.53 0.55 0.26 2.33 0.43 0.54
Hex BC 59 55 0 35 37 1A 2 2B 36
Octal 274 131 125 0 65 67 32 2 53 66
Binary 10111100 1011001 1010101 0 110101 110111 11010 10 101011 110110

Color Harmonies of #BC5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5955

Black with #BC5955

Text Example


Text Example

White with #BC5955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5955; }

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

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

background-color css

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

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

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

border-color css

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

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

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