Html Css Color HEX #BF2E5E Old Rose

📋 copy color: '#BF2E5E'

red 191 ◦ green 46 ◦ blue 94

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

Shades of Old Rose #BF2E5E

Tints of Old Rose #BF2E5E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 57.7%
G = 13.9%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF2E5E (or 0xBF2E5E) is known color: Old Rose. HEX triplet: BF, 2E and 5E. RGB value is (191,46,94). Sum of RGB (Red+Green+Blue) = 191+46+94=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E5E is #40D1A1. Grayscale: #5E5E5E. Windows color (decimal): -4247970 or 6172351. OLE color: 6172351.

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

Color convert

RGB 191 46 94 -
CMYK 0 0.76 0.51 0.25
HSL 340.14º 0.61% 0.46% -
HSV(B) 340.14º 0.76% 0.75% -
XYZ 24.48 13.84 11.97 -
YUV 94.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 191 46 94 0 0.76 0.51 0.25 340.14 0.61 0.46
Hex BF 2E 5E 0 4C 33 19 154 3D 2E
Octal 277 56 136 0 114 63 31 524 75 56
Binary 10111111 101110 1011110 0 1001100 110011 11001 101010100 111101 101110

Color Harmonies of #BF2E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E5E

Black with #BF2E5E

Text Example


Text Example

White with #BF2E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E5E; }

 p { color: rgb(191,46,94); }

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

background-color css

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

 a { background-color: rgb(191,46,94); }

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

border-color css

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

 span { border-color: rgb(191,46,94); }

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