Html Css Color HEX #BC5552 Fuzzy Wuzzy Brown

📋 copy color: '#BC5552'

red 188 ◦ green 85 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #BC5552

Tints of Fuzzy Wuzzy Brown #BC5552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 52.96%
G = 23.94%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC5552 (or 0xBC5552) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 55 and 52. RGB value is (188,85,82). Sum of RGB (Red+Green+Blue) = 188+85+82=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5552 is #43AAAD. Grayscale: #737373. Windows color (decimal): -4434606 or 5395900. OLE color: 5395900.

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

Color convert

RGB 188 85 82 -
CMYK 0 0.55 0.56 0.26
HSL 1.7º 0.44% 0.53% -
HSV(B) 1.7º 0.56% 0.74% -
XYZ 25.51 17.8 10.07 -
YUV 115.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 188 85 82 0 0.55 0.56 0.26 1.7 0.44 0.53
Hex BC 55 52 0 37 38 1A 2 2C 35
Octal 274 125 122 0 67 70 32 2 54 65
Binary 10111100 1010101 1010010 0 110111 111000 11010 10 101100 110101

Color Harmonies of #BC5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5552

Black with #BC5552

Text Example


Text Example

White with #BC5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5552; }

 p { color: rgb(188,85,82); }

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

background-color css

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

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

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

border-color css

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

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

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