Html Css Color HEX #BF1851 Old Rose

📋 copy color: '#BF1851'

red 191 ◦ green 24 ◦ blue 81

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

Shades of Old Rose #BF1851

Tints of Old Rose #BF1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 64.53%
G = 8.11%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF1851 (or 0xBF1851) is known color: Old Rose. HEX triplet: BF, 18 and 51. RGB value is (191,24,81). Sum of RGB (Red+Green+Blue) = 191+24+81=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1851 is #40E7AE. Grayscale: #505050. Windows color (decimal): -4253615 or 5314751. OLE color: 5314751.

HSL color Cylindrical-coordinate representation of color #BF1851: hue angle of 339.52º degrees, saturation: 0.78, 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 #BF1851 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 81 -
CMYK 0 0.87 0.58 0.25
HSL 339.52º 0.78% 0.42% -
HSV(B) 339.52º 0.87% 0.75% -
XYZ 23.3 12.32 8.94 -
YUV 80.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 191 24 81 0 0.87 0.58 0.25 339.52 0.78 0.42
Hex BF 18 51 0 57 3A 19 154 4E 2A
Octal 277 30 121 0 127 72 31 524 116 52
Binary 10111111 11000 1010001 0 1010111 111010 11001 101010100 1001110 101010

Color Harmonies of #BF1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1851

Black with #BF1851

Text Example


Text Example

White with #BF1851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1851; }

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

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

background-color css

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

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

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

border-color css

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

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

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