Html Css Color HEX #BC474D Mandy

📋 copy color: '#BC474D'

red 188 ◦ green 71 ◦ blue 77

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

Shades of Mandy #BC474D

Tints of Mandy #BC474D

RGB

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

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

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

R = 55.95%
G = 21.13%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC474D (or 0xBC474D) is known color: Mandy. HEX triplet: BC, 47 and 4D. RGB value is (188,71,77). Sum of RGB (Red+Green+Blue) = 188+71+77=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC474D is #43B8B2. Grayscale: #6A6A6A. Windows color (decimal): -4438195 or 5064636. OLE color: 5064636.

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

Color convert

RGB 188 71 77 -
CMYK 0 0.62 0.59 0.26
HSL 356.92º 0.47% 0.51% -
HSV(B) 356.92º 0.62% 0.74% -
XYZ 24.33 15.73 8.78 -
YUV 106.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 188 71 77 0 0.62 0.59 0.26 356.92 0.47 0.51
Hex BC 47 4D 0 3E 3B 1A 165 2F 33
Octal 274 107 115 0 76 73 32 545 57 63
Binary 10111100 1000111 1001101 0 111110 111011 11010 101100101 101111 110011

Color Harmonies of #BC474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC474D

Black with #BC474D

Text Example


Text Example

White with #BC474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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