#BF305A

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

Shades of Old Rose #BF305A

Tints of Old Rose #BF305A

Color information

#BF305A (or 0xBF305A) is unknown color: approx Old Rose. HEX triplet: BF, 30 and 5A. RGB value is (191,48,90). Sum of RGB (Red+Green+Blue) = 191+48+90=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF305A is #40CFA5. Grayscale: #5F5F5F. Windows color (decimal): -4247462 or 5910719. OLE color: 5910719.

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

Color convert

RGB1914890-
CMYK00.750.530.25
HSL342.38º59.83%46.86%-
HSV(B)342.38º74.87%74.9%-
XYZ24.3913.9311.08-
YUV95.54124.88196.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=58.05%
G=14.59%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191489000.750.530.25342.3859.8346.86
HexBF305A04B35191563c2f
Octal27760132011365315267457
Binary1011111111000010110100100101111010111001101010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF305A; }

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

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

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

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

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

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

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

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