Html Css Color HEX #BC474C Mandy

📋 copy color: '#BC474C'

red 188 ◦ green 71 ◦ blue 76

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

Shades of Mandy #BC474C

Tints of Mandy #BC474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 56.12%
G = 21.19%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC474C (or 0xBC474C) is known color: Mandy. HEX triplet: BC, 47 and 4C. RGB value is (188,71,76). Sum of RGB (Red+Green+Blue) = 188+71+76=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC474C is #43B8B3. Grayscale: #6A6A6A. Windows color (decimal): -4438196 or 4999100. OLE color: 4999100.

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

Color convert

RGB 188 71 76 -
CMYK 0 0.62 0.60 0.26
HSL 357.44º 0.47% 0.51% -
HSV(B) 357.44º 0.62% 0.74% -
XYZ 24.3 15.72 8.59 -
YUV 106.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 188 71 76 0 0.62 0.60 0.26 357.44 0.47 0.51
Hex BC 47 4C 0 3E 3C 1A 165 2F 33
Octal 274 107 114 0 76 74 32 545 57 63
Binary 10111100 1000111 1001100 0 111110 111100 11010 101100101 101111 110011

Color Harmonies of #BC474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC474C

Black with #BC474C

Text Example


Text Example

White with #BC474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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