Html Css Color HEX #BF295F Old Rose

📋 copy color: '#BF295F'

red 191 ◦ green 41 ◦ blue 95

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

Shades of Old Rose #BF295F

Tints of Old Rose #BF295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 58.41%
G = 12.54%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF295F (or 0xBF295F) is known color: Old Rose. HEX triplet: BF, 29 and 5F. RGB value is (191,41,95). Sum of RGB (Red+Green+Blue) = 191+41+95=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF295F is #40D6A0. Grayscale: #5B5B5B. Windows color (decimal): -4249249 or 6236607. OLE color: 6236607.

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

Color convert

RGB 191 41 95 -
CMYK 0 0.79 0.50 0.25
HSL 338.4º 0.65% 0.45% -
HSV(B) 338.4º 0.79% 0.75% -
XYZ 24.34 13.49 12.15 -
YUV 92.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 191 41 95 0 0.79 0.50 0.25 338.4 0.65 0.45
Hex BF 29 5F 0 4F 32 19 152 41 2D
Octal 277 51 137 0 117 62 31 522 101 55
Binary 10111111 101001 1011111 0 1001111 110010 11001 101010010 1000001 101101

Color Harmonies of #BF295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF295F

Black with #BF295F

Text Example


Text Example

White with #BF295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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