Html Css Color HEX #BF1451 Old Rose

📋 copy color: '#BF1451'

red 191 ◦ green 20 ◦ blue 81

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

Shades of Old Rose #BF1451

Tints of Old Rose #BF1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 65.41%
G = 6.85%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF1451 (or 0xBF1451) is known color: Old Rose. HEX triplet: BF, 14 and 51. RGB value is (191,20,81). Sum of RGB (Red+Green+Blue) = 191+20+81=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1451 is #40EBAE. Grayscale: #4E4E4E. Windows color (decimal): -4254639 or 5313727. OLE color: 5313727.

HSL color Cylindrical-coordinate representation of color #BF1451: hue angle of 338.6º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1451 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 81 -
CMYK 0 0.90 0.58 0.25
HSL 338.6º 0.81% 0.41% -
HSV(B) 338.6º 0.9% 0.75% -
XYZ 23.22 12.17 8.91 -
YUV 78.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 191 20 81 0 0.90 0.58 0.25 338.6 0.81 0.41
Hex BF 14 51 0 5A 3A 19 153 51 29
Octal 277 24 121 0 132 72 31 523 121 51
Binary 10111111 10100 1010001 0 1011010 111010 11001 101010011 1010001 101001

Color Harmonies of #BF1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1451

Black with #BF1451

Text Example


Text Example

White with #BF1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1451; }

 p { color: rgb(191,20,81); }

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

background-color css

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

 a { background-color: rgb(191,20,81); }

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

border-color css

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

 span { border-color: rgb(191,20,81); }

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