#BF424F

Color #BF424F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BF424F

Tints of Old Rose #BF424F

Color information

#BF424F (or 0xBF424F) is unknown color: approx Old Rose. HEX triplet: BF, 42 and 4F. RGB value is (191,66,79). Sum of RGB (Red+Green+Blue) = 191+66+79=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF424F is #40BDB0. Grayscale: #686868. Windows color (decimal): -4242865 or 5194431. OLE color: 5194431.

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

Color convert

RGB1916679-
CMYK00.650.590.25
HSL353.76º49.41%50.39%-
HSV(B)353.76º65.45%74.9%-
XYZ24.8515.549.09-
YUV104.86113.41189.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=56.85%
G=19.64%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191667900.650.590.25353.7649.4150.39
HexBF424F0413B191623132
Octal277102117010173315426162
Binary10111111100001010011110100000111101111001101100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF424F; }

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

 H1.HeaderClassName
 {
   color: #BF424F;
 }
 .AnyTagClassName
 {
   color: #BF424F;
 }
</style>
background-color css

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

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

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

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

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

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