#BF4051

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

Shades of Old Rose #BF4051

Tints of Old Rose #BF4051

Color information

#BF4051 (or 0xBF4051) is unknown color: approx Old Rose. HEX triplet: BF, 40 and 51. RGB value is (191,64,81). Sum of RGB (Red+Green+Blue) = 191+64+81=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4051 is #40BFAE. Grayscale: #676767. Windows color (decimal): -4243375 or 5324991. OLE color: 5324991.

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

Color convert

RGB1916481-
CMYK00.660.580.25
HSL351.97º49.8%50%-
HSV(B)351.97º66.49%74.9%-
XYZ24.815.349.44-
YUV103.91115.08190.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=56.85%
G=19.05%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191648100.660.580.25351.9749.850
HexBF40510423A191603232
Octal277100121010272315406262
Binary10111111100000010100010100001011101011001101100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4051; }

 p { color: rgb(191,64,81); }

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

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

 a { background-color: rgb(191,64,81); }

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

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

 span { border-color: rgb(191,64,81); }

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