Html Css Color HEX #BC5F5F Fuzzy Wuzzy Brown

📋 copy color: '#BC5F5F'

red 188 ◦ green 95 ◦ blue 95

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

Shades of Fuzzy Wuzzy Brown #BC5F5F

Tints of Fuzzy Wuzzy Brown #BC5F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 49.74%
G = 25.13%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC5F5F (or 0xBC5F5F) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5F and 5F. RGB value is (188,95,95). Sum of RGB (Red+Green+Blue) = 188+95+95=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5F5F is #43A0A0. Grayscale: #7A7A7A. Windows color (decimal): -4432033 or 6250428. OLE color: 6250428.

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

Color convert

RGB 188 95 95 -
CMYK 0 0.49 0.49 0.26
HSL 0.41% 0.55% -
HSV(B) 0.49% 0.74% -
XYZ 26.9 19.7 13.21 -
YUV 122.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 188 95 95 0 0.49 0.49 0.26 0 0.41 0.55
Hex BC 5F 5F 0 31 31 1A 0 29 37
Octal 274 137 137 0 61 61 32 0 51 67
Binary 10111100 1011111 1011111 0 110001 110001 11010 0 101001 110111

Color Harmonies of #BC5F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F5F

Black with #BC5F5F

Text Example


Text Example

White with #BC5F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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