Html Css Color HEX #BC314F Old Rose

📋 copy color: '#BC314F'

red 188 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #BC314F

Tints of Old Rose #BC314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25%

R = 59.49%
G = 15.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC314F (or 0xBC314F) is known color: Old Rose. HEX triplet: BC, 31 and 4F. RGB value is (188,49,79). Sum of RGB (Red+Green+Blue) = 188+49+79=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC314F is #43CEB0. Grayscale: #5E5E5E. Windows color (decimal): -4443825 or 5190076. OLE color: 5190076.

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

Color convert

RGB 188 49 79 -
CMYK 0 0.74 0.58 0.26
HSL 347.05º 0.59% 0.46% -
HSV(B) 347.05º 0.74% 0.74% -
XYZ 23.25 13.45 8.77 -
YUV 93.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 188 49 79 0 0.74 0.58 0.26 347.05 0.59 0.46
Hex BC 31 4F 0 4A 3A 1A 15B 3B 2E
Octal 274 61 117 0 112 72 32 533 73 56
Binary 10111100 110001 1001111 0 1001010 111010 11010 101011011 111011 101110

Color Harmonies of #BC314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC314F

Black with #BC314F

Text Example


Text Example

White with #BC314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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