Html Css Color HEX #BC5F5E Fuzzy Wuzzy Brown

📋 copy color: '#BC5F5E'

red 188 ◦ green 95 ◦ blue 94

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

Shades of Fuzzy Wuzzy Brown #BC5F5E

Tints of Fuzzy Wuzzy Brown #BC5F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

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

R = 49.87%
G = 25.2%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC5F5E (or 0xBC5F5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5F and 5E. RGB value is (188,95,94). Sum of RGB (Red+Green+Blue) = 188+95+94=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5F5E is #43A0A1. Grayscale: #7A7A7A. Windows color (decimal): -4432034 or 6184892. OLE color: 6184892.

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

Color convert

RGB 188 95 94 -
CMYK 0 0.49 0.50 0.26
HSL 0.64º 0.41% 0.55% -
HSV(B) 0.64º 0.5% 0.74% -
XYZ 26.85 19.68 12.97 -
YUV 122.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 188 95 94 0 0.49 0.50 0.26 0.64 0.41 0.55
Hex BC 5F 5E 0 31 32 1A 1 29 37
Octal 274 137 136 0 61 62 32 1 51 67
Binary 10111100 1011111 1011110 0 110001 110010 11010 1 101001 110111

Color Harmonies of #BC5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F5E

Black with #BC5F5E

Text Example


Text Example

White with #BC5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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