#BF3262

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

Shades of Old Rose #BF3262

Tints of Old Rose #BF3262

Color information

#BF3262 (or 0xBF3262) is unknown color: approx Old Rose. HEX triplet: BF, 32 and 62. RGB value is (191,50,98). Sum of RGB (Red+Green+Blue) = 191+50+98=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3262 is #40CD9D. Grayscale: #616161. Windows color (decimal): -4246942 or 6435519. OLE color: 6435519.

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

Color convert

RGB1915098-
CMYK00.740.490.25
HSL339.57º58.51%47.25%-
HSV(B)339.57º73.82%74.9%-
XYZ24.8314.2413-
YUV97.63128.21194.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=56.34%
G=14.75%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191509800.740.490.25339.5758.5147.25
HexBF326204A31191543b2f
Octal27762142011261315247357
Binary1011111111001011000100100101011000111001101010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3262; }

 p { color: rgb(191,50,98); }

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

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

 a { background-color: rgb(191,50,98); }

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

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

 span { border-color: rgb(191,50,98); }

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