Html Css Color HEX #BC4A4F Mandy

📋 copy color: '#BC4A4F'

red 188 ◦ green 74 ◦ blue 79

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

Shades of Mandy #BC4A4F

Tints of Mandy #BC4A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

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

R = 55.13%
G = 21.7%
B = 23.17%

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

#BC4A4F (or 0xBC4A4F) is known color: Mandy. HEX triplet: BC, 4A and 4F. RGB value is (188,74,79). Sum of RGB (Red+Green+Blue) = 188+74+79=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A4F is #43B5B0. Grayscale: #6C6C6C. Windows color (decimal): -4437425 or 5196476. OLE color: 5196476.

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

Color convert

RGB 188 74 79 -
CMYK 0 0.61 0.58 0.26
HSL 357.37º 0.46% 0.51% -
HSV(B) 357.37º 0.61% 0.74% -
XYZ 24.6 16.15 9.22 -
YUV 108.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 188 74 79 0 0.61 0.58 0.26 357.37 0.46 0.51
Hex BC 4A 4F 0 3D 3A 1A 165 2E 33
Octal 274 112 117 0 75 72 32 545 56 63
Binary 10111100 1001010 1001111 0 111101 111010 11010 101100101 101110 110011

Color Harmonies of #BC4A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A4F

Black with #BC4A4F

Text Example


Text Example

White with #BC4A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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