Html Css Color HEX #BC5259 Mandy

📋 copy color: '#BC5259'

red 188 ◦ green 82 ◦ blue 89

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

Shades of Mandy #BC5259

Tints of Mandy #BC5259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 89 (35.16% from 255) = 24.79%

R = 52.37%
G = 22.84%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5259 (or 0xBC5259) is known color: Mandy. HEX triplet: BC, 52 and 59. RGB value is (188,82,89). Sum of RGB (Red+Green+Blue) = 188+82+89=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5259 is #43ADA6. Grayscale: #727272. Windows color (decimal): -4435367 or 5853884. OLE color: 5853884.

HSL color Cylindrical-coordinate representation of color #BC5259: hue angle of 356.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5259 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 89 -
CMYK 0 0.56 0.53 0.26
HSL 356.04º 0.44% 0.53% -
HSV(B) 356.04º 0.56% 0.74% -
XYZ 25.56 17.45 11.47 -
YUV 114.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 188 82 89 0 0.56 0.53 0.26 356.04 0.44 0.53
Hex BC 52 59 0 38 35 1A 164 2C 35
Octal 274 122 131 0 70 65 32 544 54 65
Binary 10111100 1010010 1011001 0 111000 110101 11010 101100100 101100 110101

Color Harmonies of #BC5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5259

Black with #BC5259

Text Example


Text Example

White with #BC5259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5259; }

 p { color: rgb(188,82,89); }

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

background-color css

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

 a { background-color: rgb(188,82,89); }

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

border-color css

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

 span { border-color: rgb(188,82,89); }

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