Html Css Color HEX #BC3149 Old Rose

📋 copy color: '#BC3149'

red 188 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #BC3149

Tints of Old Rose #BC3149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

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

R = 60.65%
G = 15.81%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC3149 (or 0xBC3149) is known color: Old Rose. HEX triplet: BC, 31 and 49. RGB value is (188,49,73). Sum of RGB (Red+Green+Blue) = 188+49+73=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3149 is #43CEB6. Grayscale: #5D5D5D. Windows color (decimal): -4443831 or 4796860. OLE color: 4796860.

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

Color convert

RGB 188 49 73 -
CMYK 0 0.74 0.61 0.26
HSL 349.64º 0.59% 0.46% -
HSV(B) 349.64º 0.74% 0.74% -
XYZ 23.04 13.37 7.67 -
YUV 93.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 188 49 73 0 0.74 0.61 0.26 349.64 0.59 0.46
Hex BC 31 49 0 4A 3D 1A 15E 3B 2E
Octal 274 61 111 0 112 75 32 536 73 56
Binary 10111100 110001 1001001 0 1001010 111101 11010 101011110 111011 101110

Color Harmonies of #BC3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3149

Black with #BC3149

Text Example


Text Example

White with #BC3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3149; }

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

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

background-color css

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

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

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

border-color css

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

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

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