Html Css Color HEX #BC314E Old Rose

📋 copy color: '#BC314E'

red 188 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #BC314E

Tints of Old Rose #BC314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 59.68%
G = 15.56%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC314E (or 0xBC314E) is known color: Old Rose. HEX triplet: BC, 31 and 4E. RGB value is (188,49,78). Sum of RGB (Red+Green+Blue) = 188+49+78=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC314E is #43CEB1. Grayscale: #5D5D5D. Windows color (decimal): -4443826 or 5124540. OLE color: 5124540.

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

Color convert

RGB 188 49 78 -
CMYK 0 0.74 0.59 0.26
HSL 347.48º 0.59% 0.46% -
HSV(B) 347.48º 0.74% 0.74% -
XYZ 23.21 13.44 8.58 -
YUV 93.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 188 49 78 0 0.74 0.59 0.26 347.48 0.59 0.46
Hex BC 31 4E 0 4A 3B 1A 15B 3B 2E
Octal 274 61 116 0 112 73 32 533 73 56
Binary 10111100 110001 1001110 0 1001010 111011 11010 101011011 111011 101110

Color Harmonies of #BC314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC314E

Black with #BC314E

Text Example


Text Example

White with #BC314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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