#BF3C5A

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

Shades of Old Rose #BF3C5A

Tints of Old Rose #BF3C5A

Color information

#BF3C5A (or 0xBF3C5A) is unknown color: approx Old Rose. HEX triplet: BF, 3C and 5A. RGB value is (191,60,90). Sum of RGB (Red+Green+Blue) = 191+60+90=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C5A is #40C3A5. Grayscale: #666666. Windows color (decimal): -4244390 or 5913791. OLE color: 5913791.

HSL color Cylindrical-coordinate representation of color #BF3C5A: hue angle of 346.26º degrees, saturation: 0.52, 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 #BF3C5A is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1916090-
CMYK00.690.530.25
HSL346.26º52.19%49.22%-
HSV(B)346.26º68.59%74.9%-
XYZ24.9515.0511.26-
YUV102.59120.9191.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.01%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=56.01%
G=17.60%
B=26.39%

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
Decimal191609000.690.530.25346.2652.1949.22
HexBF3C5A045351915a3431
Octal27774132010565315326461
Binary1011111111110010110100100010111010111001101011010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C5A; }

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

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

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

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

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

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

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

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