Html Css Color HEX #BC464A Mandy

📋 copy color: '#BC464A'

red 188 ◦ green 70 ◦ blue 74

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

Shades of Mandy #BC464A

Tints of Mandy #BC464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 56.63%
G = 21.08%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC464A (or 0xBC464A) is known color: Mandy. HEX triplet: BC, 46 and 4A. RGB value is (188,70,74). Sum of RGB (Red+Green+Blue) = 188+70+74=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC464A is #43B9B5. Grayscale: #696969. Windows color (decimal): -4438454 or 4867772. OLE color: 4867772.

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

Color convert

RGB 188 70 74 -
CMYK 0 0.63 0.61 0.26
HSL 357.97º 0.47% 0.51% -
HSV(B) 357.97º 0.63% 0.74% -
XYZ 24.17 15.57 8.21 -
YUV 105.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 188 70 74 0 0.63 0.61 0.26 357.97 0.47 0.51
Hex BC 46 4A 0 3F 3D 1A 166 2F 33
Octal 274 106 112 0 77 75 32 546 57 63
Binary 10111100 1000110 1001010 0 111111 111101 11010 101100110 101111 110011

Color Harmonies of #BC464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC464A

Black with #BC464A

Text Example


Text Example

White with #BC464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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