#BF3256

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

Shades of Old Rose #BF3256

Tints of Old Rose #BF3256

Color information

#BF3256 (or 0xBF3256) is unknown color: approx Old Rose. HEX triplet: BF, 32 and 56. RGB value is (191,50,86). Sum of RGB (Red+Green+Blue) = 191+50+86=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3256 is #40CDA9. Grayscale: #606060. Windows color (decimal): -4246954 or 5649087. OLE color: 5649087.

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

Color convert

RGB1915086-
CMYK00.740.550.25
HSL344.68º58.51%47.25%-
HSV(B)344.68º73.82%74.9%-
XYZ24.3114.0310.23-
YUV96.26122.21195.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.41%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=58.41%
G=15.29%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191508600.740.550.25344.6858.5147.25
HexBF325604A37191593b2f
Octal27762126011267315317357
Binary1011111111001010101100100101011011111001101011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3256; }

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

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

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

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

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

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

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

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