Html Css Color HEX #BC315E Old Rose

📋 copy color: '#BC315E'

red 188 ◦ green 49 ◦ blue 94

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

Shades of Old Rose #BC315E

Tints of Old Rose #BC315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 56.8%
G = 14.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC315E (or 0xBC315E) is known color: Old Rose. HEX triplet: BC, 31 and 5E. RGB value is (188,49,94). Sum of RGB (Red+Green+Blue) = 188+49+94=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC315E is #43CEA1. Grayscale: #5F5F5F. Windows color (decimal): -4443810 or 6173116. OLE color: 6173116.

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

Color convert

RGB 188 49 94 -
CMYK 0 0.74 0.50 0.26
HSL 340.58º 0.59% 0.46% -
HSV(B) 340.58º 0.74% 0.74% -
XYZ 23.86 13.7 11.98 -
YUV 95.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 188 49 94 0 0.74 0.50 0.26 340.58 0.59 0.46
Hex BC 31 5E 0 4A 32 1A 155 3B 2E
Octal 274 61 136 0 112 62 32 525 73 56
Binary 10111100 110001 1011110 0 1001010 110010 11010 101010101 111011 101110

Color Harmonies of #BC315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC315E

Black with #BC315E

Text Example


Text Example

White with #BC315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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