#BF3358

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

Shades of Old Rose #BF3358

Tints of Old Rose #BF3358

Color information

#BF3358 (or 0xBF3358) is unknown color: approx Old Rose. HEX triplet: BF, 33 and 58. RGB value is (191,51,88). Sum of RGB (Red+Green+Blue) = 191+51+88=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3358 is #40CCA7. Grayscale: #616161. Windows color (decimal): -4246696 or 5780415. OLE color: 5780415.

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

Color convert

RGB1915188-
CMYK00.730.540.25
HSL344.14º57.85%47.45%-
HSV(B)344.14º73.3%74.9%-
XYZ24.4314.1510.68-
YUV97.08122.88194.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=57.88%
G=15.45%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191518800.730.540.25344.1457.8547.45
HexBF335804936191583a2f
Octal27763130011166315307257
Binary1011111111001110110000100100111011011001101011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3358; }

 p { color: rgb(191,51,88); }

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

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

 a { background-color: rgb(191,51,88); }

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

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

 span { border-color: rgb(191,51,88); }

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