Html Css Color HEX #BC5E5A Fuzzy Wuzzy Brown

📋 copy color: '#BC5E5A'

red 188 ◦ green 94 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #BC5E5A

Tints of Fuzzy Wuzzy Brown #BC5E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.27%

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 50.54%
G = 25.27%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC5E5A (or 0xBC5E5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5E and 5A. RGB value is (188,94,90). Sum of RGB (Red+Green+Blue) = 188+94+90=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E5A is #43A1A5. Grayscale: #797979. Windows color (decimal): -4432294 or 5922492. OLE color: 5922492.

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

Color convert

RGB 188 94 90 -
CMYK 0 0.50 0.52 0.26
HSL 2.45º 0.42% 0.55% -
HSV(B) 2.45º 0.52% 0.74% -
XYZ 26.59 19.43 12.02 -
YUV 121.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 188 94 90 0 0.50 0.52 0.26 2.45 0.42 0.55
Hex BC 5E 5A 0 32 34 1A 2 2A 37
Octal 274 136 132 0 62 64 32 2 52 67
Binary 10111100 1011110 1011010 0 110010 110100 11010 10 101010 110111

Color Harmonies of #BC5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E5A

Black with #BC5E5A

Text Example


Text Example

White with #BC5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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