Html Css Color HEX #BC3159 Old Rose

📋 copy color: '#BC3159'

red 188 ◦ green 49 ◦ blue 89

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

Shades of Old Rose #BC3159

Tints of Old Rose #BC3159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.3%

R = 57.67%
G = 15.03%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC3159 (or 0xBC3159) is known color: Old Rose. HEX triplet: BC, 31 and 59. RGB value is (188,49,89). Sum of RGB (Red+Green+Blue) = 188+49+89=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3159 is #43CEA6. Grayscale: #5F5F5F. Windows color (decimal): -4443815 or 5845436. OLE color: 5845436.

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

Color convert

RGB 188 49 89 -
CMYK 0 0.74 0.53 0.26
HSL 342.73º 0.59% 0.46% -
HSV(B) 342.73º 0.74% 0.74% -
XYZ 23.64 13.61 10.83 -
YUV 95.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 188 49 89 0 0.74 0.53 0.26 342.73 0.59 0.46
Hex BC 31 59 0 4A 35 1A 157 3B 2E
Octal 274 61 131 0 112 65 32 527 73 56
Binary 10111100 110001 1011001 0 1001010 110101 11010 101010111 111011 101110

Color Harmonies of #BC3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3159

Black with #BC3159

Text Example


Text Example

White with #BC3159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3159; }

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

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

background-color css

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

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

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

border-color css

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

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

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