Html Css Color HEX #BF295A Old Rose

📋 copy color: '#BF295A'

red 191 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #BF295A

Tints of Old Rose #BF295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 59.32%
G = 12.73%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF295A (or 0xBF295A) is known color: Old Rose. HEX triplet: BF, 29 and 5A. RGB value is (191,41,90). Sum of RGB (Red+Green+Blue) = 191+41+90=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF295A is #40D6A5. Grayscale: #5B5B5B. Windows color (decimal): -4249254 or 5908927. OLE color: 5908927.

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

Color convert

RGB 191 41 90 -
CMYK 0 0.79 0.53 0.25
HSL 340.4º 0.65% 0.45% -
HSV(B) 340.4º 0.79% 0.75% -
XYZ 24.12 13.4 10.99 -
YUV 91.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 191 41 90 0 0.79 0.53 0.25 340.4 0.65 0.45
Hex BF 29 5A 0 4F 35 19 154 41 2D
Octal 277 51 132 0 117 65 31 524 101 55
Binary 10111111 101001 1011010 0 1001111 110101 11001 101010100 1000001 101101

Color Harmonies of #BF295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF295A

Black with #BF295A

Text Example


Text Example

White with #BF295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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