Html Css Color HEX #BC595F Mandy

📋 copy color: '#BC595F'

red 188 ◦ green 89 ◦ blue 95

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

Shades of Mandy #BC595F

Tints of Mandy #BC595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

 BLUE value IS 95 (37.5% from 255) = 25.54%

R = 50.54%
G = 23.92%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC595F (or 0xBC595F) is known color: Mandy. HEX triplet: BC, 59 and 5F. RGB value is (188,89,95). Sum of RGB (Red+Green+Blue) = 188+89+95=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC595F is #43A6A0. Grayscale: #777777. Windows color (decimal): -4433569 or 6248892. OLE color: 6248892.

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

Color convert

RGB 188 89 95 -
CMYK 0 0.53 0.49 0.26
HSL 356.36º 0.42% 0.54% -
HSV(B) 356.36º 0.53% 0.74% -
XYZ 26.38 18.66 13.04 -
YUV 119.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 188 89 95 0 0.53 0.49 0.26 356.36 0.42 0.54
Hex BC 59 5F 0 35 31 1A 164 2A 36
Octal 274 131 137 0 65 61 32 544 52 66
Binary 10111100 1011001 1011111 0 110101 110001 11010 101100100 101010 110110

Color Harmonies of #BC595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC595F

Black with #BC595F

Text Example


Text Example

White with #BC595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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