Html Css Color HEX #BF1855 Old Rose

📋 copy color: '#BF1855'

red 191 ◦ green 24 ◦ blue 85

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

Shades of Old Rose #BF1855

Tints of Old Rose #BF1855

RGB

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

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

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

R = 63.67%
G = 8%
B = 28.33%

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

#BF1855 (or 0xBF1855) is known color: Old Rose. HEX triplet: BF, 18 and 55. RGB value is (191,24,85). Sum of RGB (Red+Green+Blue) = 191+24+85=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1855 is #40E7AA. Grayscale: #505050. Windows color (decimal): -4253611 or 5576895. OLE color: 5576895.

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

Color convert

RGB 191 24 85 -
CMYK 0 0.87 0.55 0.25
HSL 338.08º 0.78% 0.42% -
HSV(B) 338.08º 0.87% 0.75% -
XYZ 23.45 12.39 9.75 -
YUV 80.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 191 24 85 0 0.87 0.55 0.25 338.08 0.78 0.42
Hex BF 18 55 0 57 37 19 152 4E 2A
Octal 277 30 125 0 127 67 31 522 116 52
Binary 10111111 11000 1010101 0 1010111 110111 11001 101010010 1001110 101010

Color Harmonies of #BF1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1855

Black with #BF1855

Text Example


Text Example

White with #BF1855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1855; }

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

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

background-color css

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

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

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

border-color css

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

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

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