Html Css Color HEX #BF1454 Old Rose

📋 copy color: '#BF1454'

red 191 ◦ green 20 ◦ blue 84

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

Shades of Old Rose #BF1454

Tints of Old Rose #BF1454

RGB

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

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

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

R = 64.75%
G = 6.78%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF1454 (or 0xBF1454) is known color: Old Rose. HEX triplet: BF, 14 and 54. RGB value is (191,20,84). Sum of RGB (Red+Green+Blue) = 191+20+84=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1454 is #40EBAB. Grayscale: #4E4E4E. Windows color (decimal): -4254636 or 5510335. OLE color: 5510335.

HSL color Cylindrical-coordinate representation of color #BF1454: hue angle of 337.54º 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 #BF1454 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 84 -
CMYK 0 0.90 0.56 0.25
HSL 337.54º 0.81% 0.41% -
HSV(B) 337.54º 0.9% 0.75% -
XYZ 23.34 12.22 9.52 -
YUV 78.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 191 20 84 0 0.90 0.56 0.25 337.54 0.81 0.41
Hex BF 14 54 0 5A 38 19 152 51 29
Octal 277 24 124 0 132 70 31 522 121 51
Binary 10111111 10100 1010100 0 1011010 111000 11001 101010010 1010001 101001

Color Harmonies of #BF1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1454

Black with #BF1454

Text Example


Text Example

White with #BF1454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1454; }

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

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

background-color css

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

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

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

border-color css

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

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

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