Html Css Color HEX #BF1955 Old Rose

📋 copy color: '#BF1955'

red 191 ◦ green 25 ◦ blue 85

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

Shades of Old Rose #BF1955

Tints of Old Rose #BF1955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 63.46%
G = 8.31%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF1955 (or 0xBF1955) is known color: Old Rose. HEX triplet: BF, 19 and 55. RGB value is (191,25,85). Sum of RGB (Red+Green+Blue) = 191+25+85=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1955 is #40E6AA. Grayscale: #515151. Windows color (decimal): -4253355 or 5577151. OLE color: 5577151.

HSL color Cylindrical-coordinate representation of color #BF1955: hue angle of 338.31º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1955 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 85 -
CMYK 0 0.87 0.55 0.25
HSL 338.31º 0.77% 0.42% -
HSV(B) 338.31º 0.87% 0.75% -
XYZ 23.47 12.43 9.76 -
YUV 81.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 191 25 85 0 0.87 0.55 0.25 338.31 0.77 0.42
Hex BF 19 55 0 57 37 19 152 4D 2A
Octal 277 31 125 0 127 67 31 522 115 52
Binary 10111111 11001 1010101 0 1010111 110111 11001 101010010 1001101 101010

Color Harmonies of #BF1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1955

Black with #BF1955

Text Example


Text Example

White with #BF1955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1955; }

 p { color: rgb(191,25,85); }

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

background-color css

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

 a { background-color: rgb(191,25,85); }

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

border-color css

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

 span { border-color: rgb(191,25,85); }

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