Html Css Color HEX #BF2F4C Old Rose

📋 copy color: '#BF2F4C'

red 191 ◦ green 47 ◦ blue 76

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

Shades of Old Rose #BF2F4C

Tints of Old Rose #BF2F4C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 60.83%
G = 14.97%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF2F4C (or 0xBF2F4C) is known color: Old Rose. HEX triplet: BF, 2F and 4C. RGB value is (191,47,76). Sum of RGB (Red+Green+Blue) = 191+47+76=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F4C is #40D0B3. Grayscale: #5D5D5D. Windows color (decimal): -4247732 or 4992959. OLE color: 4992959.

HSL color Cylindrical-coordinate representation of color #BF2F4C: hue angle of 347.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2F4C is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 47 76 -
CMYK 0 0.75 0.60 0.25
HSL 347.92º 0.61% 0.47% -
HSV(B) 347.92º 0.75% 0.75% -
XYZ 23.81 13.63 8.21 -
YUV 93.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 191 47 76 0 0.75 0.60 0.25 347.92 0.61 0.47
Hex BF 2F 4C 0 4B 3C 19 15C 3D 2F
Octal 277 57 114 0 113 74 31 534 75 57
Binary 10111111 101111 1001100 0 1001011 111100 11001 101011100 111101 101111

Color Harmonies of #BF2F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F4C

Black with #BF2F4C

Text Example


Text Example

White with #BF2F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F4C; }

 p { color: rgb(191,47,76); }

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

background-color css

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

 a { background-color: rgb(191,47,76); }

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

border-color css

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

 span { border-color: rgb(191,47,76); }

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