Html Css Color HEX #BC474A Mandy

📋 copy color: '#BC474A'

red 188 ◦ green 71 ◦ blue 74

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

Shades of Mandy #BC474A

Tints of Mandy #BC474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.32%

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

R = 56.46%
G = 21.32%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC474A (or 0xBC474A) is known color: Mandy. HEX triplet: BC, 47 and 4A. RGB value is (188,71,74). Sum of RGB (Red+Green+Blue) = 188+71+74=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC474A is #43B8B5. Grayscale: #6A6A6A. Windows color (decimal): -4438198 or 4868028. OLE color: 4868028.

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

Color convert

RGB 188 71 74 -
CMYK 0 0.62 0.61 0.26
HSL 358.46º 0.47% 0.51% -
HSV(B) 358.46º 0.62% 0.74% -
XYZ 24.23 15.69 8.23 -
YUV 106.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 188 71 74 0 0.62 0.61 0.26 358.46 0.47 0.51
Hex BC 47 4A 0 3E 3D 1A 166 2F 33
Octal 274 107 112 0 76 75 32 546 57 63
Binary 10111100 1000111 1001010 0 111110 111101 11010 101100110 101111 110011

Color Harmonies of #BC474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC474A

Black with #BC474A

Text Example


Text Example

White with #BC474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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