Html Css Color HEX #BC5A58 Fuzzy Wuzzy Brown

📋 copy color: '#BC5A58'

red 188 ◦ green 90 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #BC5A58

Tints of Fuzzy Wuzzy Brown #BC5A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 88 (34.77% from 255) = 24.04%

R = 51.37%
G = 24.59%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5A58 (or 0xBC5A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5A and 58. RGB value is (188,90,88). Sum of RGB (Red+Green+Blue) = 188+90+88=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A58 is #43A5A7. Grayscale: #777777. Windows color (decimal): -4433320 or 5790396. OLE color: 5790396.

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

Color convert

RGB 188 90 88 -
CMYK 0 0.52 0.53 0.26
HSL 1.2º 0.43% 0.54% -
HSV(B) 1.2º 0.53% 0.74% -
XYZ 26.16 18.71 11.46 -
YUV 119.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 188 90 88 0 0.52 0.53 0.26 1.2 0.43 0.54
Hex BC 5A 58 0 34 35 1A 1 2B 36
Octal 274 132 130 0 64 65 32 1 53 66
Binary 10111100 1011010 1011000 0 110100 110101 11010 1 101011 110110

Color Harmonies of #BC5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A58

Black with #BC5A58

Text Example


Text Example

White with #BC5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A58; }

 p { color: rgb(188,90,88); }

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

background-color css

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

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

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

border-color css

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

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

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