Html Css Color HEX #BC494C Mandy

📋 copy color: '#BC494C'

red 188 ◦ green 73 ◦ blue 76

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

Shades of Mandy #BC494C

Tints of Mandy #BC494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 55.79%
G = 21.66%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC494C (or 0xBC494C) is known color: Mandy. HEX triplet: BC, 49 and 4C. RGB value is (188,73,76). Sum of RGB (Red+Green+Blue) = 188+73+76=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC494C is #43B6B3. Grayscale: #6B6B6B. Windows color (decimal): -4437684 or 4999612. OLE color: 4999612.

HSL color Cylindrical-coordinate representation of color #BC494C: hue angle of 358.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC494C is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 76 -
CMYK 0 0.61 0.60 0.26
HSL 358.43º 0.46% 0.51% -
HSV(B) 358.43º 0.61% 0.74% -
XYZ 24.43 15.98 8.63 -
YUV 107.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 188 73 76 0 0.61 0.60 0.26 358.43 0.46 0.51
Hex BC 49 4C 0 3D 3C 1A 166 2E 33
Octal 274 111 114 0 75 74 32 546 56 63
Binary 10111100 1001001 1001100 0 111101 111100 11010 101100110 101110 110011

Color Harmonies of #BC494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC494C

Black with #BC494C

Text Example


Text Example

White with #BC494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC494C; }

 p { color: rgb(188,73,76); }

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

background-color css

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

 a { background-color: rgb(188,73,76); }

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

border-color css

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

 span { border-color: rgb(188,73,76); }

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