#BF4250

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

Shades of Old Rose #BF4250

Tints of Old Rose #BF4250

Color information

#BF4250 (or 0xBF4250) is unknown color: approx Old Rose. HEX triplet: BF, 42 and 50. RGB value is (191,66,80). Sum of RGB (Red+Green+Blue) = 191+66+80=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4250 is #40BDAF. Grayscale: #696969. Windows color (decimal): -4242864 or 5259967. OLE color: 5259967.

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

Color convert

RGB1916680-
CMYK00.650.580.25
HSL353.28º49.41%50.39%-
HSV(B)353.28º65.45%74.9%-
XYZ24.8815.559.28-
YUV104.97113.91189.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=56.68%
G=19.58%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191668000.650.580.25353.2849.4150.39
HexBF42500413A191613132
Octal277102120010172315416162
Binary10111111100001010100000100000111101011001101100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4250; }

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

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

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

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

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

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

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

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