Html Css Color HEX #BF1554 Old Rose

📋 copy color: '#BF1554'

red 191 ◦ green 21 ◦ blue 84

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

Shades of Old Rose #BF1554

Tints of Old Rose #BF1554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 64.53%
G = 7.09%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF1554 (or 0xBF1554) is known color: Old Rose. HEX triplet: BF, 15 and 54. RGB value is (191,21,84). Sum of RGB (Red+Green+Blue) = 191+21+84=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1554 is #40EAAB. Grayscale: #4E4E4E. Windows color (decimal): -4254380 or 5510591. OLE color: 5510591.

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

Color convert

RGB 191 21 84 -
CMYK 0 0.89 0.56 0.25
HSL 337.76º 0.8% 0.42% -
HSV(B) 337.76º 0.89% 0.75% -
XYZ 23.35 12.25 9.52 -
YUV 79.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 191 21 84 0 0.89 0.56 0.25 337.76 0.8 0.42
Hex BF 15 54 0 59 38 19 152 50 2A
Octal 277 25 124 0 131 70 31 522 120 52
Binary 10111111 10101 1010100 0 1011001 111000 11001 101010010 1010000 101010

Color Harmonies of #BF1554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1554

Black with #BF1554

Text Example


Text Example

White with #BF1554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1554; }

 p { color: rgb(191,21,84); }

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

background-color css

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

 a { background-color: rgb(191,21,84); }

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

border-color css

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

 span { border-color: rgb(191,21,84); }

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