Html Css Color HEX #BF2F5D Old Rose

📋 copy color: '#BF2F5D'

red 191 ◦ green 47 ◦ blue 93

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

Shades of Old Rose #BF2F5D

Tints of Old Rose #BF2F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 57.7%
G = 14.2%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF2F5D (or 0xBF2F5D) is known color: Old Rose. HEX triplet: BF, 2F and 5D. RGB value is (191,47,93). Sum of RGB (Red+Green+Blue) = 191+47+93=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2F5D is #40D0A2. Grayscale: #5F5F5F. Windows color (decimal): -4247715 or 6107071. OLE color: 6107071.

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

Color convert

RGB 191 47 93 -
CMYK 0 0.75 0.51 0.25
HSL 340.83º 0.61% 0.47% -
HSV(B) 340.83º 0.75% 0.75% -
XYZ 24.48 13.9 11.75 -
YUV 95.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 191 47 93 0 0.75 0.51 0.25 340.83 0.61 0.47
Hex BF 2F 5D 0 4B 33 19 155 3D 2F
Octal 277 57 135 0 113 63 31 525 75 57
Binary 10111111 101111 1011101 0 1001011 110011 11001 101010101 111101 101111

Color Harmonies of #BF2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F5D

Black with #BF2F5D

Text Example


Text Example

White with #BF2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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