Html Css Color HEX #BF2D5F Old Rose

📋 copy color: '#BF2D5F'

red 191 ◦ green 45 ◦ blue 95

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

Shades of Old Rose #BF2D5F

Tints of Old Rose #BF2D5F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

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

R = 57.7%
G = 13.6%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF2D5F (or 0xBF2D5F) is known color: Old Rose. HEX triplet: BF, 2D and 5F. RGB value is (191,45,95). Sum of RGB (Red+Green+Blue) = 191+45+95=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2D5F is #40D2A0. Grayscale: #5E5E5E. Windows color (decimal): -4248225 or 6237631. OLE color: 6237631.

HSL color Cylindrical-coordinate representation of color #BF2D5F: hue angle of 339.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2D5F is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 45 95 -
CMYK 0 0.76 0.50 0.25
HSL 339.45º 0.62% 0.46% -
HSV(B) 339.45º 0.76% 0.75% -
XYZ 24.49 13.78 12.2 -
YUV 94.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 191 45 95 0 0.76 0.50 0.25 339.45 0.62 0.46
Hex BF 2D 5F 0 4C 32 19 153 3E 2E
Octal 277 55 137 0 114 62 31 523 76 56
Binary 10111111 101101 1011111 0 1001100 110010 11001 101010011 111110 101110

Color Harmonies of #BF2D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2D5F

Black with #BF2D5F

Text Example


Text Example

White with #BF2D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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