Html Css Color HEX #BC5655 Fuzzy Wuzzy Brown

📋 copy color: '#BC5655'

red 188 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #BC5655

Tints of Fuzzy Wuzzy Brown #BC5655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 52.37%
G = 23.96%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC5655 (or 0xBC5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 56 and 55. RGB value is (188,86,85). Sum of RGB (Red+Green+Blue) = 188+86+85=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5655 is #43A9AA. Grayscale: #747474. Windows color (decimal): -4434347 or 5592764. OLE color: 5592764.

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

Color convert

RGB 188 86 85 -
CMYK 0 0.54 0.55 0.26
HSL 0.58º 0.43% 0.54% -
HSV(B) 0.58º 0.55% 0.74% -
XYZ 25.71 18 10.71 -
YUV 116.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 188 86 85 0 0.54 0.55 0.26 0.58 0.43 0.54
Hex BC 56 55 0 36 37 1A 1 2B 36
Octal 274 126 125 0 66 67 32 1 53 66
Binary 10111100 1010110 1010101 0 110110 110111 11010 1 101011 110110

Color Harmonies of #BC5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5655

Black with #BC5655

Text Example


Text Example

White with #BC5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5655; }

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

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

background-color css

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

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

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

border-color css

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

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

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