Html Css Color HEX #BF314A Old Rose

📋 copy color: '#BF314A'

red 191 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #BF314A

Tints of Old Rose #BF314A

RGB

 RED value IS 191 (75% from 255) = 60.83%

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 60.83%
G = 15.61%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF314A (or 0xBF314A) is known color: Old Rose. HEX triplet: BF, 31 and 4A. RGB value is (191,49,74). Sum of RGB (Red+Green+Blue) = 191+49+74=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF314A is #40CEB5. Grayscale: #5E5E5E. Windows color (decimal): -4247222 or 4862399. OLE color: 4862399.

HSL color Cylindrical-coordinate representation of color #BF314A: hue angle of 349.44º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF314A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 74 -
CMYK 0 0.74 0.61 0.25
HSL 349.44º 0.59% 0.47% -
HSV(B) 349.44º 0.74% 0.75% -
XYZ 23.82 13.77 7.88 -
YUV 94.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 191 49 74 0 0.74 0.61 0.25 349.44 0.59 0.47
Hex BF 31 4A 0 4A 3D 19 15D 3B 2F
Octal 277 61 112 0 112 75 31 535 73 57
Binary 10111111 110001 1001010 0 1001010 111101 11001 101011101 111011 101111

Color Harmonies of #BF314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF314A

Black with #BF314A

Text Example


Text Example

White with #BF314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF314A; }

 p { color: rgb(191,49,74); }

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

background-color css

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

 a { background-color: rgb(191,49,74); }

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

border-color css

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

 span { border-color: rgb(191,49,74); }

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