Html Css Color HEX #BC1C59 Old Rose

📋 copy color: '#BC1C59'

red 188 ◦ green 28 ◦ blue 89

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

Shades of Old Rose #BC1C59

Tints of Old Rose #BC1C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

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

R = 61.64%
G = 9.18%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC1C59 (or 0xBC1C59) is known color: Old Rose. HEX triplet: BC, 1C and 59. RGB value is (188,28,89). Sum of RGB (Red+Green+Blue) = 188+28+89=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C59 is #43E3A6. Grayscale: #525252. Windows color (decimal): -4449191 or 5840060. OLE color: 5840060.

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

Color convert

RGB 188 28 89 -
CMYK 0 0.85 0.53 0.26
HSL 337.13º 0.74% 0.42% -
HSV(B) 337.13º 0.85% 0.74% -
XYZ 22.96 12.24 10.6 -
YUV 82.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 188 28 89 0 0.85 0.53 0.26 337.13 0.74 0.42
Hex BC 1C 59 0 55 35 1A 151 4A 2A
Octal 274 34 131 0 125 65 32 521 112 52
Binary 10111100 11100 1011001 0 1010101 110101 11010 101010001 1001010 101010

Color Harmonies of #BC1C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C59

Black with #BC1C59

Text Example


Text Example

White with #BC1C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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