#BF3061

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

Shades of Old Rose #BF3061

Tints of Old Rose #BF3061

Color information

#BF3061 (or 0xBF3061) is unknown color: approx Old Rose. HEX triplet: BF, 30 and 61. RGB value is (191,48,97). Sum of RGB (Red+Green+Blue) = 191+48+97=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3061 is #40CF9E. Grayscale: #606060. Windows color (decimal): -4247455 or 6369471. OLE color: 6369471.

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

Color convert

RGB1914897-
CMYK00.750.490.25
HSL339.44º59.83%46.86%-
HSV(B)339.44º74.87%74.9%-
XYZ24.714.0512.72-
YUV96.34128.38195.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=56.85%
G=14.29%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191489700.750.490.25339.4459.8346.86
HexBF306104B31191533c2f
Octal27760141011361315237457
Binary1011111111000011000010100101111000111001101010011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3061; }

 p { color: rgb(191,48,97); }

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

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

 a { background-color: rgb(191,48,97); }

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

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

 span { border-color: rgb(191,48,97); }

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