#BF3257

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

Shades of Old Rose #BF3257

Tints of Old Rose #BF3257

Color information

#BF3257 (or 0xBF3257) is unknown color: approx Old Rose. HEX triplet: BF, 32 and 57. RGB value is (191,50,87). Sum of RGB (Red+Green+Blue) = 191+50+87=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3257 is #40CDA8. Grayscale: #606060. Windows color (decimal): -4246953 or 5714623. OLE color: 5714623.

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

Color convert

RGB1915087-
CMYK00.740.540.25
HSL344.26º58.51%47.25%-
HSV(B)344.26º73.82%74.9%-
XYZ24.3514.0510.44-
YUV96.38122.71195.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=58.23%
G=15.24%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191508700.740.540.25344.2658.5147.25
HexBF325704A36191583b2f
Octal27762127011266315307357
Binary1011111111001010101110100101011011011001101011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3257; }

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

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

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

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

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

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

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

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