Html Css Color HEX #BF4449 Old Rose

📋 copy color: '#BF4449'

red 191 ◦ green 68 ◦ blue 73

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

Shades of Old Rose #BF4449

Tints of Old Rose #BF4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

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

R = 57.53%
G = 20.48%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4449 (or 0xBF4449) is known color: Old Rose. HEX triplet: BF, 44 and 49. RGB value is (191,68,73). Sum of RGB (Red+Green+Blue) = 191+68+73=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4449 is #40BBB6. Grayscale: #696969. Windows color (decimal): -4242359 or 4801727. OLE color: 4801727.

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

Color convert

RGB 191 68 73 -
CMYK 0 0.64 0.62 0.25
HSL 357.56º 0.49% 0.51% -
HSV(B) 357.56º 0.64% 0.75% -
XYZ 24.76 15.69 8.03 -
YUV 105.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 191 68 73 0 0.64 0.62 0.25 357.56 0.49 0.51
Hex BF 44 49 0 40 3E 19 166 31 33
Octal 277 104 111 0 100 76 31 546 61 63
Binary 10111111 1000100 1001001 0 1000000 111110 11001 101100110 110001 110011

Color Harmonies of #BF4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4449

Black with #BF4449

Text Example


Text Example

White with #BF4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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