Html Css Color HEX #BC3157 Old Rose

📋 copy color: '#BC3157'

red 188 ◦ green 49 ◦ blue 87

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

Shades of Old Rose #BC3157

Tints of Old Rose #BC3157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.85%

R = 58.02%
G = 15.12%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC3157 (or 0xBC3157) is known color: Old Rose. HEX triplet: BC, 31 and 57. RGB value is (188,49,87). Sum of RGB (Red+Green+Blue) = 188+49+87=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3157 is #43CEA8. Grayscale: #5E5E5E. Windows color (decimal): -4443817 or 5714364. OLE color: 5714364.

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

Color convert

RGB 188 49 87 -
CMYK 0 0.74 0.54 0.26
HSL 343.6º 0.59% 0.46% -
HSV(B) 343.6º 0.74% 0.74% -
XYZ 23.56 13.58 10.4 -
YUV 94.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 188 49 87 0 0.74 0.54 0.26 343.6 0.59 0.46
Hex BC 31 57 0 4A 36 1A 158 3B 2E
Octal 274 61 127 0 112 66 32 530 73 56
Binary 10111100 110001 1010111 0 1001010 110110 11010 101011000 111011 101110

Color Harmonies of #BC3157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3157

Black with #BC3157

Text Example


Text Example

White with #BC3157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3157; }

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

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

background-color css

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

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

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

border-color css

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

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

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