Html Css Color HEX #BC2149 Old Rose

📋 copy color: '#BC2149'

red 188 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #BC2149

Tints of Old Rose #BC2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 63.95%
G = 11.22%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC2149 (or 0xBC2149) is known color: Old Rose. HEX triplet: BC, 21 and 49. RGB value is (188,33,73). Sum of RGB (Red+Green+Blue) = 188+33+73=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2149 is #43DEB6. Grayscale: #535353. Windows color (decimal): -4447927 or 4792764. OLE color: 4792764.

HSL color Cylindrical-coordinate representation of color #BC2149: hue angle of 344.52º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2149 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 73 -
CMYK 0 0.82 0.61 0.26
HSL 344.52º 0.7% 0.43% -
HSV(B) 344.52º 0.82% 0.74% -
XYZ 22.49 12.26 7.48 -
YUV 83.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 188 33 73 0 0.82 0.61 0.26 344.52 0.7 0.43
Hex BC 21 49 0 52 3D 1A 159 46 2B
Octal 274 41 111 0 122 75 32 531 106 53
Binary 10111100 100001 1001001 0 1010010 111101 11010 101011001 1000110 101011

Color Harmonies of #BC2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2149

Black with #BC2149

Text Example


Text Example

White with #BC2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2149; }

 p { color: rgb(188,33,73); }

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

background-color css

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

 a { background-color: rgb(188,33,73); }

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

border-color css

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

 span { border-color: rgb(188,33,73); }

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