Html Css Color HEX #BC484F Mandy

📋 copy color: '#BC484F'

red 188 ◦ green 72 ◦ blue 79

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

Shades of Mandy #BC484F

Tints of Mandy #BC484F

RGB

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

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

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

R = 55.46%
G = 21.24%
B = 23.3%

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

#BC484F (or 0xBC484F) is known color: Mandy. HEX triplet: BC, 48 and 4F. RGB value is (188,72,79). Sum of RGB (Red+Green+Blue) = 188+72+79=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC484F is #43B7B0. Grayscale: #6B6B6B. Windows color (decimal): -4437937 or 5195964. OLE color: 5195964.

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

Color convert

RGB 188 72 79 -
CMYK 0 0.62 0.58 0.26
HSL 356.38º 0.46% 0.51% -
HSV(B) 356.38º 0.62% 0.74% -
XYZ 24.47 15.89 9.17 -
YUV 107.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 188 72 79 0 0.62 0.58 0.26 356.38 0.46 0.51
Hex BC 48 4F 0 3E 3A 1A 164 2E 33
Octal 274 110 117 0 76 72 32 544 56 63
Binary 10111100 1001000 1001111 0 111110 111010 11010 101100100 101110 110011

Color Harmonies of #BC484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC484F

Black with #BC484F

Text Example


Text Example

White with #BC484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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