Html Css Color HEX #BF315F Old Rose

📋 copy color: '#BF315F'

red 191 ◦ green 49 ◦ blue 95

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

Shades of Old Rose #BF315F

Tints of Old Rose #BF315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 57.01%
G = 14.63%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF315F (or 0xBF315F) is known color: Old Rose. HEX triplet: BF, 31 and 5F. RGB value is (191,49,95). Sum of RGB (Red+Green+Blue) = 191+49+95=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF315F is #40CEA0. Grayscale: #606060. Windows color (decimal): -4247201 or 6238655. OLE color: 6238655.

HSL color Cylindrical-coordinate representation of color #BF315F: hue angle of 340.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF315F is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 95 -
CMYK 0 0.74 0.50 0.25
HSL 340.56º 0.59% 0.47% -
HSV(B) 340.56º 0.74% 0.75% -
XYZ 24.65 14.1 12.25 -
YUV 96.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 191 49 95 0 0.74 0.50 0.25 340.56 0.59 0.47
Hex BF 31 5F 0 4A 32 19 155 3B 2F
Octal 277 61 137 0 112 62 31 525 73 57
Binary 10111111 110001 1011111 0 1001010 110010 11001 101010101 111011 101111

Color Harmonies of #BF315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF315F

Black with #BF315F

Text Example


Text Example

White with #BF315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF315F; }

 p { color: rgb(191,49,95); }

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

background-color css

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

 a { background-color: rgb(191,49,95); }

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

border-color css

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

 span { border-color: rgb(191,49,95); }

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