Html Css Color HEX #BC2961 Old Rose

📋 copy color: '#BC2961'

red 188 ◦ green 41 ◦ blue 97

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

Shades of Old Rose #BC2961

Tints of Old Rose #BC2961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 57.67%
G = 12.58%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2961 (or 0xBC2961) is known color: Old Rose. HEX triplet: BC, 29 and 61. RGB value is (188,41,97). Sum of RGB (Red+Green+Blue) = 188+41+97=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2961 is #43D69E. Grayscale: #5B5B5B. Windows color (decimal): -4445855 or 6367676. OLE color: 6367676.

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

Color convert

RGB 188 41 97 -
CMYK 0 0.78 0.48 0.26
HSL 337.14º 0.64% 0.45% -
HSV(B) 337.14º 0.78% 0.74% -
XYZ 23.69 13.14 12.6 -
YUV 91.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 188 41 97 0 0.78 0.48 0.26 337.14 0.64 0.45
Hex BC 29 61 0 4E 30 1A 151 40 2D
Octal 274 51 141 0 116 60 32 521 100 55
Binary 10111100 101001 1100001 0 1001110 110000 11010 101010001 1000000 101101

Color Harmonies of #BC2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2961

Black with #BC2961

Text Example


Text Example

White with #BC2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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