#BF3B5A

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

Shades of Old Rose #BF3B5A

Tints of Old Rose #BF3B5A

Color information

#BF3B5A (or 0xBF3B5A) is unknown color: approx Old Rose. HEX triplet: BF, 3B and 5A. RGB value is (191,59,90). Sum of RGB (Red+Green+Blue) = 191+59+90=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B5A is #40C4A5. Grayscale: #666666. Windows color (decimal): -4244646 or 5913535. OLE color: 5913535.

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

Color convert

RGB1915990-
CMYK00.690.530.25
HSL345.91º52.8%49.02%-
HSV(B)345.91º69.11%74.9%-
XYZ24.914.9411.24-
YUV102121.23191.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.18%
GREEN value IS 59 (23.44% from 255) = 17.35%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=56.18%
G=17.35%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191599000.690.530.25345.9152.849.02
HexBF3B5A045351915a3531
Octal27773132010565315326561
Binary1011111111101110110100100010111010111001101011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B5A; }

 p { color: rgb(191,59,90); }

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

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

 a { background-color: rgb(191,59,90); }

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

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

 span { border-color: rgb(191,59,90); }

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