Html Css Color HEX #BC4A4D Mandy

📋 copy color: '#BC4A4D'

red 188 ◦ green 74 ◦ blue 77

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

Shades of Mandy #BC4A4D

Tints of Mandy #BC4A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 55.46%
G = 21.83%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC4A4D (or 0xBC4A4D) is known color: Mandy. HEX triplet: BC, 4A and 4D. RGB value is (188,74,77). Sum of RGB (Red+Green+Blue) = 188+74+77=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A4D is #43B5B2. Grayscale: #6C6C6C. Windows color (decimal): -4437427 or 5065404. OLE color: 5065404.

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

Color convert

RGB 188 74 77 -
CMYK 0 0.61 0.59 0.26
HSL 358.42º 0.46% 0.51% -
HSV(B) 358.42º 0.61% 0.74% -
XYZ 24.53 16.12 8.84 -
YUV 108.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 188 74 77 0 0.61 0.59 0.26 358.42 0.46 0.51
Hex BC 4A 4D 0 3D 3B 1A 166 2E 33
Octal 274 112 115 0 75 73 32 546 56 63
Binary 10111100 1001010 1001101 0 111101 111011 11010 101100110 101110 110011

Color Harmonies of #BC4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A4D

Black with #BC4A4D

Text Example


Text Example

White with #BC4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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