Html Css Color HEX #BC4649 Mandy

📋 copy color: '#BC4649'

red 188 ◦ green 70 ◦ blue 73

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

Shades of Mandy #BC4649

Tints of Mandy #BC4649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 56.8%
G = 21.15%
B = 22.05%

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

#BC4649 (or 0xBC4649) is known color: Mandy. HEX triplet: BC, 46 and 49. RGB value is (188,70,73). Sum of RGB (Red+Green+Blue) = 188+70+73=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4649 is #43B9B6. Grayscale: #696969. Windows color (decimal): -4438455 or 4802236. OLE color: 4802236.

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

Color convert

RGB 188 70 73 -
CMYK 0 0.63 0.61 0.26
HSL 358.47º 0.47% 0.51% -
HSV(B) 358.47º 0.63% 0.74% -
XYZ 24.13 15.55 8.03 -
YUV 105.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 188 70 73 0 0.63 0.61 0.26 358.47 0.47 0.51
Hex BC 46 49 0 3F 3D 1A 166 2F 33
Octal 274 106 111 0 77 75 32 546 57 63
Binary 10111100 1000110 1001001 0 111111 111101 11010 101100110 101111 110011

Color Harmonies of #BC4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4649

Black with #BC4649

Text Example


Text Example

White with #BC4649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4649; }

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

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

background-color css

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

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

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

border-color css

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

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

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