Html Css Color HEX #BF2E53 Old Rose

📋 copy color: '#BF2E53'

red 191 ◦ green 46 ◦ blue 83

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

Shades of Old Rose #BF2E53

Tints of Old Rose #BF2E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 59.69%
G = 14.38%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF2E53 (or 0xBF2E53) is known color: Old Rose. HEX triplet: BF, 2E and 53. RGB value is (191,46,83). Sum of RGB (Red+Green+Blue) = 191+46+83=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E53 is #40D1AC. Grayscale: #5D5D5D. Windows color (decimal): -4247981 or 5451455. OLE color: 5451455.

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

Color convert

RGB 191 46 83 -
CMYK 0 0.76 0.57 0.25
HSL 344.69º 0.61% 0.46% -
HSV(B) 344.69º 0.76% 0.75% -
XYZ 24.02 13.65 9.55 -
YUV 93.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 191 46 83 0 0.76 0.57 0.25 344.69 0.61 0.46
Hex BF 2E 53 0 4C 39 19 159 3D 2E
Octal 277 56 123 0 114 71 31 531 75 56
Binary 10111111 101110 1010011 0 1001100 111001 11001 101011001 111101 101110

Color Harmonies of #BF2E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E53

Black with #BF2E53

Text Example


Text Example

White with #BF2E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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