Html Css Color HEX #BF194F Old Rose

📋 copy color: '#BF194F'

red 191 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #BF194F

Tints of Old Rose #BF194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 64.75%
G = 8.47%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF194F (or 0xBF194F) is known color: Old Rose. HEX triplet: BF, 19 and 4F. RGB value is (191,25,79). Sum of RGB (Red+Green+Blue) = 191+25+79=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF194F is #40E6B0. Grayscale: #505050. Windows color (decimal): -4253361 or 5183935. OLE color: 5183935.

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

Color convert

RGB 191 25 79 -
CMYK 0 0.87 0.59 0.25
HSL 340.48º 0.77% 0.42% -
HSV(B) 340.48º 0.87% 0.75% -
XYZ 23.24 12.34 8.55 -
YUV 80.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 191 25 79 0 0.87 0.59 0.25 340.48 0.77 0.42
Hex BF 19 4F 0 57 3B 19 154 4D 2A
Octal 277 31 117 0 127 73 31 524 115 52
Binary 10111111 11001 1001111 0 1010111 111011 11001 101010100 1001101 101010

Color Harmonies of #BF194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF194F

Black with #BF194F

Text Example


Text Example

White with #BF194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF194F; }

 p { color: rgb(191,25,79); }

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

background-color css

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

 a { background-color: rgb(191,25,79); }

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

border-color css

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

 span { border-color: rgb(191,25,79); }

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