Html Css Color HEX #BF1F59 Old Rose

📋 copy color: '#BF1F59'

red 191 ◦ green 31 ◦ blue 89

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

Shades of Old Rose #BF1F59

Tints of Old Rose #BF1F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.97%

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 61.41%
G = 9.97%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF1F59 (or 0xBF1F59) is known color: Old Rose. HEX triplet: BF, 1F and 59. RGB value is (191,31,89). Sum of RGB (Red+Green+Blue) = 191+31+89=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F59 is #40E0A6. Grayscale: #555555. Windows color (decimal): -4251815 or 5840831. OLE color: 5840831.

HSL color Cylindrical-coordinate representation of color #BF1F59: hue angle of 338.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F59 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 31 89 -
CMYK 0 0.84 0.53 0.25
HSL 338.25º 0.72% 0.44% -
HSV(B) 338.25º 0.84% 0.75% -
XYZ 23.78 12.78 10.66 -
YUV 85.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 191 31 89 0 0.84 0.53 0.25 338.25 0.72 0.44
Hex BF 1F 59 0 54 35 19 152 48 2C
Octal 277 37 131 0 124 65 31 522 110 54
Binary 10111111 11111 1011001 0 1010100 110101 11001 101010010 1001000 101100

Color Harmonies of #BF1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F59

Black with #BF1F59

Text Example


Text Example

White with #BF1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F59; }

 p { color: rgb(191,31,89); }

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

background-color css

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

 a { background-color: rgb(191,31,89); }

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

border-color css

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

 span { border-color: rgb(191,31,89); }

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