Html Css Color HEX #BC1957 Old Rose

📋 copy color: '#BC1957'

red 188 ◦ green 25 ◦ blue 87

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

Shades of Old Rose #BC1957

Tints of Old Rose #BC1957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29%

R = 62.67%
G = 8.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC1957 (or 0xBC1957) is known color: Old Rose. HEX triplet: BC, 19 and 57. RGB value is (188,25,87). Sum of RGB (Red+Green+Blue) = 188+25+87=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1957 is #43E6A8. Grayscale: #505050. Windows color (decimal): -4449961 or 5708220. OLE color: 5708220.

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

Color convert

RGB 188 25 87 -
CMYK 0 0.87 0.54 0.26
HSL 337.18º 0.77% 0.42% -
HSV(B) 337.18º 0.87% 0.74% -
XYZ 22.81 12.07 10.15 -
YUV 80.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 188 25 87 0 0.87 0.54 0.26 337.18 0.77 0.42
Hex BC 19 57 0 57 36 1A 151 4D 2A
Octal 274 31 127 0 127 66 32 521 115 52
Binary 10111100 11001 1010111 0 1010111 110110 11010 101010001 1001101 101010

Color Harmonies of #BC1957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1957

Black with #BC1957

Text Example


Text Example

White with #BC1957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1957; }

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

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

background-color css

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

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

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

border-color css

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

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

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