Html Css Color HEX #BF4249 Old Rose

📋 copy color: '#BF4249'

red 191 ◦ green 66 ◦ blue 73

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

Shades of Old Rose #BF4249

Tints of Old Rose #BF4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 57.88%
G = 20%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4249 (or 0xBF4249) is known color: Old Rose. HEX triplet: BF, 42 and 49. RGB value is (191,66,73). Sum of RGB (Red+Green+Blue) = 191+66+73=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4249 is #40BDB6. Grayscale: #686868. Windows color (decimal): -4242871 or 4801215. OLE color: 4801215.

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

Color convert

RGB 191 66 73 -
CMYK 0 0.65 0.62 0.25
HSL 356.64º 0.49% 0.5% -
HSV(B) 356.64º 0.65% 0.75% -
XYZ 24.64 15.45 7.99 -
YUV 104.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 191 66 73 0 0.65 0.62 0.25 356.64 0.49 0.5
Hex BF 42 49 0 41 3E 19 165 31 32
Octal 277 102 111 0 101 76 31 545 61 62
Binary 10111111 1000010 1001001 0 1000001 111110 11001 101100101 110001 110010

Color Harmonies of #BF4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4249

Black with #BF4249

Text Example


Text Example

White with #BF4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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