Html Css Color HEX #BC1950 Old Rose

📋 copy color: '#BC1950'

red 188 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #BC1950

Tints of Old Rose #BC1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 64.16%
G = 8.53%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC1950 (or 0xBC1950) is known color: Old Rose. HEX triplet: BC, 19 and 50. RGB value is (188,25,80). Sum of RGB (Red+Green+Blue) = 188+25+80=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1950 is #43E6AF. Grayscale: #4F4F4F. Windows color (decimal): -4449968 or 5249468. OLE color: 5249468.

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

Color convert

RGB 188 25 80 -
CMYK 0 0.87 0.57 0.26
HSL 339.75º 0.77% 0.42% -
HSV(B) 339.75º 0.87% 0.74% -
XYZ 22.53 11.97 8.71 -
YUV 80.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 188 25 80 0 0.87 0.57 0.26 339.75 0.77 0.42
Hex BC 19 50 0 57 39 1A 154 4D 2A
Octal 274 31 120 0 127 71 32 524 115 52
Binary 10111100 11001 1010000 0 1010111 111001 11010 101010100 1001101 101010

Color Harmonies of #BC1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1950

Black with #BC1950

Text Example


Text Example

White with #BC1950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1950; }

 p { color: rgb(188,25,80); }

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

background-color css

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

 a { background-color: rgb(188,25,80); }

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

border-color css

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

 span { border-color: rgb(188,25,80); }

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