Html Css Color HEX #BC4951 Mandy

📋 copy color: '#BC4951'

red 188 ◦ green 73 ◦ blue 81

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

Shades of Mandy #BC4951

Tints of Mandy #BC4951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 54.97%
G = 21.35%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC4951 (or 0xBC4951) is known color: Mandy. HEX triplet: BC, 49 and 51. RGB value is (188,73,81). Sum of RGB (Red+Green+Blue) = 188+73+81=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4951 is #43B6AE. Grayscale: #6C6C6C. Windows color (decimal): -4437679 or 5327292. OLE color: 5327292.

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

Color convert

RGB 188 73 81 -
CMYK 0 0.61 0.57 0.26
HSL 355.83º 0.46% 0.51% -
HSV(B) 355.83º 0.61% 0.74% -
XYZ 24.61 16.05 9.59 -
YUV 108.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 188 73 81 0 0.61 0.57 0.26 355.83 0.46 0.51
Hex BC 49 51 0 3D 39 1A 164 2E 33
Octal 274 111 121 0 75 71 32 544 56 63
Binary 10111100 1001001 1010001 0 111101 111001 11010 101100100 101110 110011

Color Harmonies of #BC4951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4951

Black with #BC4951

Text Example


Text Example

White with #BC4951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4951; }

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

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

background-color css

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

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

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

border-color css

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

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

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