Html Css Color HEX #BC484A Mandy

📋 copy color: '#BC484A'

red 188 ◦ green 72 ◦ blue 74

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

Shades of Mandy #BC484A

Tints of Mandy #BC484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 56.29%
G = 21.56%
B = 22.16%

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

#BC484A (or 0xBC484A) is known color: Mandy. HEX triplet: BC, 48 and 4A. RGB value is (188,72,74). Sum of RGB (Red+Green+Blue) = 188+72+74=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC484A is #43B7B5. Grayscale: #6B6B6B. Windows color (decimal): -4437942 or 4868284. OLE color: 4868284.

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

Color convert

RGB 188 72 74 -
CMYK 0 0.62 0.61 0.26
HSL 358.97º 0.46% 0.51% -
HSV(B) 358.97º 0.62% 0.74% -
XYZ 24.29 15.82 8.25 -
YUV 106.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 188 72 74 0 0.62 0.61 0.26 358.97 0.46 0.51
Hex BC 48 4A 0 3E 3D 1A 167 2E 33
Octal 274 110 112 0 76 75 32 547 56 63
Binary 10111100 1001000 1001010 0 111110 111101 11010 101100111 101110 110011

Color Harmonies of #BC484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC484A

Black with #BC484A

Text Example


Text Example

White with #BC484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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