Html Css Color HEX #BC5653 Fuzzy Wuzzy Brown

📋 copy color: '#BC5653'

red 188 ◦ green 86 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #BC5653

Tints of Fuzzy Wuzzy Brown #BC5653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.09%

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

R = 52.66%
G = 24.09%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC5653 (or 0xBC5653) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 56 and 53. RGB value is (188,86,83). Sum of RGB (Red+Green+Blue) = 188+86+83=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5653 is #43A9AC. Grayscale: #747474. Windows color (decimal): -4434349 or 5461692. OLE color: 5461692.

HSL color Cylindrical-coordinate representation of color #BC5653: hue angle of 1.71º 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 #BC5653 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 83 -
CMYK 0 0.54 0.56 0.26
HSL 1.71º 0.44% 0.53% -
HSV(B) 1.71º 0.56% 0.74% -
XYZ 25.63 17.97 10.3 -
YUV 116.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 188 86 83 0 0.54 0.56 0.26 1.71 0.44 0.53
Hex BC 56 53 0 36 38 1A 2 2C 35
Octal 274 126 123 0 66 70 32 2 54 65
Binary 10111100 1010110 1010011 0 110110 111000 11010 10 101100 110101

Color Harmonies of #BC5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5653

Black with #BC5653

Text Example


Text Example

White with #BC5653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5653; }

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

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

background-color css

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

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

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

border-color css

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

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

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