Html Css Color HEX #BC474F Mandy

📋 copy color: '#BC474F'

red 188 ◦ green 71 ◦ blue 79

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

Shades of Mandy #BC474F

Tints of Mandy #BC474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 55.62%
G = 21.01%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC474F (or 0xBC474F) is known color: Mandy. HEX triplet: BC, 47 and 4F. RGB value is (188,71,79). Sum of RGB (Red+Green+Blue) = 188+71+79=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC474F is #43B8B0. Grayscale: #6A6A6A. Windows color (decimal): -4438193 or 5195708. OLE color: 5195708.

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

Color convert

RGB 188 71 79 -
CMYK 0 0.62 0.58 0.26
HSL 355.9º 0.47% 0.51% -
HSV(B) 355.9º 0.62% 0.74% -
XYZ 24.4 15.76 9.15 -
YUV 106.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 188 71 79 0 0.62 0.58 0.26 355.9 0.47 0.51
Hex BC 47 4F 0 3E 3A 1A 164 2F 33
Octal 274 107 117 0 76 72 32 544 57 63
Binary 10111100 1000111 1001111 0 111110 111010 11010 101100100 101111 110011

Color Harmonies of #BC474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC474F

Black with #BC474F

Text Example


Text Example

White with #BC474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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