Html Css Color HEX #BC5353 Fuzzy Wuzzy Brown

📋 copy color: '#BC5353'

red 188 ◦ green 83 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #BC5353

Tints of Fuzzy Wuzzy Brown #BC5353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

 BLUE value IS 83 (32.81% from 255) = 23.45%

R = 53.11%
G = 23.45%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC5353 (or 0xBC5353) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 53 and 53. RGB value is (188,83,83). Sum of RGB (Red+Green+Blue) = 188+83+83=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5353 is #43ACAC. Grayscale: #727272. Windows color (decimal): -4435117 or 5460924. OLE color: 5460924.

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

Color convert

RGB 188 83 83 -
CMYK 0 0.56 0.56 0.26
HSL 0.44% 0.53% -
HSV(B) 0.56% 0.74% -
XYZ 25.39 17.5 10.22 -
YUV 114.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 188 83 83 0 0.56 0.56 0.26 0 0.44 0.53
Hex BC 53 53 0 38 38 1A 0 2C 35
Octal 274 123 123 0 70 70 32 0 54 65
Binary 10111100 1010011 1010011 0 111000 111000 11010 0 101100 110101

Color Harmonies of #BC5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5353

Black with #BC5353

Text Example


Text Example

White with #BC5353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5353; }

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

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

background-color css

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

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

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

border-color css

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

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

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