Html Css Color HEX #BC5D56 Fuzzy Wuzzy Brown

📋 copy color: '#BC5D56'

red 188 ◦ green 93 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #BC5D56

Tints of Fuzzy Wuzzy Brown #BC5D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 51.23%
G = 25.34%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC5D56 (or 0xBC5D56) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5D and 56. RGB value is (188,93,86). Sum of RGB (Red+Green+Blue) = 188+93+86=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D56 is #43A2A9. Grayscale: #787878. Windows color (decimal): -4432554 or 5660092. OLE color: 5660092.

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

Color convert

RGB 188 93 86 -
CMYK 0 0.51 0.54 0.26
HSL 4.12º 0.43% 0.54% -
HSV(B) 4.12º 0.54% 0.74% -
XYZ 26.33 19.19 11.12 -
YUV 120.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 188 93 86 0 0.51 0.54 0.26 4.12 0.43 0.54
Hex BC 5D 56 0 33 36 1A 4 2B 36
Octal 274 135 126 0 63 66 32 4 53 66
Binary 10111100 1011101 1010110 0 110011 110110 11010 100 101011 110110

Color Harmonies of #BC5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D56

Black with #BC5D56

Text Example


Text Example

White with #BC5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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