Html Css Color HEX #BF295B Old Rose

📋 copy color: '#BF295B'

red 191 ◦ green 41 ◦ blue 91

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

Shades of Old Rose #BF295B

Tints of Old Rose #BF295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 59.13%
G = 12.69%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF295B (or 0xBF295B) is known color: Old Rose. HEX triplet: BF, 29 and 5B. RGB value is (191,41,91). Sum of RGB (Red+Green+Blue) = 191+41+91=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF295B is #40D6A4. Grayscale: #5B5B5B. Windows color (decimal): -4249253 or 5974463. OLE color: 5974463.

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

Color convert

RGB 191 41 91 -
CMYK 0 0.79 0.52 0.25
HSL 340º 0.65% 0.45% -
HSV(B) 340º 0.79% 0.75% -
XYZ 24.17 13.42 11.21 -
YUV 91.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 191 41 91 0 0.79 0.52 0.25 340 0.65 0.45
Hex BF 29 5B 0 4F 34 19 154 41 2D
Octal 277 51 133 0 117 64 31 524 101 55
Binary 10111111 101001 1011011 0 1001111 110100 11001 101010100 1000001 101101

Color Harmonies of #BF295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF295B

Black with #BF295B

Text Example


Text Example

White with #BF295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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