Html Css Color HEX #BC494F Mandy

📋 copy color: '#BC494F'

red 188 ◦ green 73 ◦ blue 79

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

Shades of Mandy #BC494F

Tints of Mandy #BC494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 55.29%
G = 21.47%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC494F (or 0xBC494F) is known color: Mandy. HEX triplet: BC, 49 and 4F. RGB value is (188,73,79). Sum of RGB (Red+Green+Blue) = 188+73+79=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC494F is #43B6B0. Grayscale: #6C6C6C. Windows color (decimal): -4437681 or 5196220. OLE color: 5196220.

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

Color convert

RGB 188 73 79 -
CMYK 0 0.61 0.58 0.26
HSL 356.87º 0.46% 0.51% -
HSV(B) 356.87º 0.61% 0.74% -
XYZ 24.53 16.02 9.2 -
YUV 108.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 188 73 79 0 0.61 0.58 0.26 356.87 0.46 0.51
Hex BC 49 4F 0 3D 3A 1A 165 2E 33
Octal 274 111 117 0 75 72 32 545 56 63
Binary 10111100 1001001 1001111 0 111101 111010 11010 101100101 101110 110011

Color Harmonies of #BC494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC494F

Black with #BC494F

Text Example


Text Example

White with #BC494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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