Html Css Color HEX #BF294F Old Rose

📋 copy color: '#BF294F'

red 191 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #BF294F

Tints of Old Rose #BF294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 61.41%
G = 13.18%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF294F (or 0xBF294F) is known color: Old Rose. HEX triplet: BF, 29 and 4F. RGB value is (191,41,79). Sum of RGB (Red+Green+Blue) = 191+41+79=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF294F is #40D6B0. Grayscale: #5A5A5A. Windows color (decimal): -4249265 or 5188031. OLE color: 5188031.

HSL color Cylindrical-coordinate representation of color #BF294F: hue angle of 344.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF294F is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 41 79 -
CMYK 0 0.79 0.59 0.25
HSL 344.8º 0.65% 0.45% -
HSV(B) 344.8º 0.79% 0.75% -
XYZ 23.69 13.23 8.7 -
YUV 90.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 191 41 79 0 0.79 0.59 0.25 344.8 0.65 0.45
Hex BF 29 4F 0 4F 3B 19 159 41 2D
Octal 277 51 117 0 117 73 31 531 101 55
Binary 10111111 101001 1001111 0 1001111 111011 11001 101011001 1000001 101101

Color Harmonies of #BF294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF294F

Black with #BF294F

Text Example


Text Example

White with #BF294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF294F; }

 p { color: rgb(191,41,79); }

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

background-color css

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

 a { background-color: rgb(191,41,79); }

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

border-color css

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

 span { border-color: rgb(191,41,79); }

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