Html Css Color HEX #BF3F49 Old Rose

📋 copy color: '#BF3F49'

red 191 ◦ green 63 ◦ blue 73

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

Shades of Old Rose #BF3F49

Tints of Old Rose #BF3F49

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 58.41%
G = 19.27%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3F49 (or 0xBF3F49) is known color: Old Rose. HEX triplet: BF, 3F and 49. RGB value is (191,63,73). Sum of RGB (Red+Green+Blue) = 191+63+73=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F49 is #40C0B6. Grayscale: #666666. Windows color (decimal): -4243639 or 4800447. OLE color: 4800447.

HSL color Cylindrical-coordinate representation of color #BF3F49: hue angle of 355.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F49 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 63 73 -
CMYK 0 0.67 0.62 0.25
HSL 355.31º 0.5% 0.5% -
HSV(B) 355.31º 0.67% 0.75% -
XYZ 24.47 15.11 7.93 -
YUV 102.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 191 63 73 0 0.67 0.62 0.25 355.31 0.5 0.5
Hex BF 3F 49 0 43 3E 19 163 32 32
Octal 277 77 111 0 103 76 31 543 62 62
Binary 10111111 111111 1001001 0 1000011 111110 11001 101100011 110010 110010

Color Harmonies of #BF3F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F49

Black with #BF3F49

Text Example


Text Example

White with #BF3F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F49; }

 p { color: rgb(191,63,73); }

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

background-color css

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

 a { background-color: rgb(191,63,73); }

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

border-color css

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

 span { border-color: rgb(191,63,73); }

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