Html Css Color HEX #BF2E58 Old Rose

📋 copy color: '#BF2E58'

red 191 ◦ green 46 ◦ blue 88

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

Shades of Old Rose #BF2E58

Tints of Old Rose #BF2E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 58.77%
G = 14.15%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF2E58 (or 0xBF2E58) is known color: Old Rose. HEX triplet: BF, 2E and 58. RGB value is (191,46,88). Sum of RGB (Red+Green+Blue) = 191+46+88=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E58 is #40D1A7. Grayscale: #5E5E5E. Windows color (decimal): -4247976 or 5779135. OLE color: 5779135.

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

Color convert

RGB 191 46 88 -
CMYK 0 0.76 0.54 0.25
HSL 342.62º 0.61% 0.46% -
HSV(B) 342.62º 0.76% 0.75% -
XYZ 24.22 13.73 10.61 -
YUV 94.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 191 46 88 0 0.76 0.54 0.25 342.62 0.61 0.46
Hex BF 2E 58 0 4C 36 19 157 3D 2E
Octal 277 56 130 0 114 66 31 527 75 56
Binary 10111111 101110 1011000 0 1001100 110110 11001 101010111 111101 101110

Color Harmonies of #BF2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E58

Black with #BF2E58

Text Example


Text Example

White with #BF2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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