Html Css Color HEX #BF1E58 Old Rose

📋 copy color: '#BF1E58'

red 191 ◦ green 30 ◦ blue 88

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

Shades of Old Rose #BF1E58

Tints of Old Rose #BF1E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

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

R = 61.81%
G = 9.71%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF1E58 (or 0xBF1E58) is known color: Old Rose. HEX triplet: BF, 1E and 58. RGB value is (191,30,88). Sum of RGB (Red+Green+Blue) = 191+30+88=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1E58 is #40E1A7. Grayscale: #545454. Windows color (decimal): -4252072 or 5775039. OLE color: 5775039.

HSL color Cylindrical-coordinate representation of color #BF1E58: hue angle of 338.39º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1E58 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 30 88 -
CMYK 0 0.84 0.54 0.25
HSL 338.39º 0.73% 0.43% -
HSV(B) 338.39º 0.84% 0.75% -
XYZ 23.71 12.71 10.44 -
YUV 84.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 191 30 88 0 0.84 0.54 0.25 338.39 0.73 0.43
Hex BF 1E 58 0 54 36 19 152 49 2B
Octal 277 36 130 0 124 66 31 522 111 53
Binary 10111111 11110 1011000 0 1010100 110110 11001 101010010 1001001 101011

Color Harmonies of #BF1E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1E58

Black with #BF1E58

Text Example


Text Example

White with #BF1E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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