Html Css Color HEX #BF3147 Old Rose

📋 copy color: '#BF3147'

red 191 ◦ green 49 ◦ blue 71

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

Shades of Old Rose #BF3147

Tints of Old Rose #BF3147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 61.41%
G = 15.76%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF3147 (or 0xBF3147) is known color: Old Rose. HEX triplet: BF, 31 and 47. RGB value is (191,49,71). Sum of RGB (Red+Green+Blue) = 191+49+71=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3147 is #40CEB8. Grayscale: #5E5E5E. Windows color (decimal): -4247225 or 4665791. OLE color: 4665791.

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

Color convert

RGB 191 49 71 -
CMYK 0 0.74 0.63 0.25
HSL 350.7º 0.59% 0.47% -
HSV(B) 350.7º 0.74% 0.75% -
XYZ 23.72 13.73 7.36 -
YUV 93.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 191 49 71 0 0.74 0.63 0.25 350.7 0.59 0.47
Hex BF 31 47 0 4A 3F 19 15F 3B 2F
Octal 277 61 107 0 112 77 31 537 73 57
Binary 10111111 110001 1000111 0 1001010 111111 11001 101011111 111011 101111

Color Harmonies of #BF3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3147

Black with #BF3147

Text Example


Text Example

White with #BF3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3147; }

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

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

background-color css

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

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

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

border-color css

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

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

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