Html Css Color HEX #BF1857 Old Rose

📋 copy color: '#BF1857'

red 191 ◦ green 24 ◦ blue 87

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

Shades of Old Rose #BF1857

Tints of Old Rose #BF1857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 63.25%
G = 7.95%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF1857 (or 0xBF1857) is known color: Old Rose. HEX triplet: BF, 18 and 57. RGB value is (191,24,87). Sum of RGB (Red+Green+Blue) = 191+24+87=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1857 is #40E7A8. Grayscale: #515151. Windows color (decimal): -4253609 or 5707967. OLE color: 5707967.

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

Color convert

RGB 191 24 87 -
CMYK 0 0.87 0.54 0.25
HSL 337.37º 0.78% 0.42% -
HSV(B) 337.37º 0.87% 0.75% -
XYZ 23.53 12.42 10.17 -
YUV 81.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 191 24 87 0 0.87 0.54 0.25 337.37 0.78 0.42
Hex BF 18 57 0 57 36 19 151 4E 2A
Octal 277 30 127 0 127 66 31 521 116 52
Binary 10111111 11000 1010111 0 1010111 110110 11001 101010001 1001110 101010

Color Harmonies of #BF1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1857

Black with #BF1857

Text Example


Text Example

White with #BF1857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1857; }

 p { color: rgb(191,24,87); }

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

background-color css

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

 a { background-color: rgb(191,24,87); }

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

border-color css

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

 span { border-color: rgb(191,24,87); }

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