Html Css Color HEX #BC2960 Old Rose

📋 copy color: '#BC2960'

red 188 ◦ green 41 ◦ blue 96

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

Shades of Old Rose #BC2960

Tints of Old Rose #BC2960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 57.85%
G = 12.62%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC2960 (or 0xBC2960) is known color: Old Rose. HEX triplet: BC, 29 and 60. RGB value is (188,41,96). Sum of RGB (Red+Green+Blue) = 188+41+96=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2960 is #43D69F. Grayscale: #5B5B5B. Windows color (decimal): -4445856 or 6302140. OLE color: 6302140.

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

Color convert

RGB 188 41 96 -
CMYK 0 0.78 0.49 0.26
HSL 337.55º 0.64% 0.45% -
HSV(B) 337.55º 0.78% 0.74% -
XYZ 23.64 13.12 12.35 -
YUV 91.22 130.7 197.03 -
System Red Green Blue C M Y K H S L
Decimal 188 41 96 0 0.78 0.49 0.26 337.55 0.64 0.45
Hex BC 29 60 0 4E 31 1A 152 40 2D
Octal 274 51 140 0 116 61 32 522 100 55
Binary 10111100 101001 1100000 0 1001110 110001 11010 101010010 1000000 101101

Color Harmonies of #BC2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2960

Black with #BC2960

Text Example


Text Example

White with #BC2960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2960; }

 p { color: rgb(188,41,96); }

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

background-color css

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

 a { background-color: rgb(188,41,96); }

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

border-color css

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

 span { border-color: rgb(188,41,96); }

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