#bf394b

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

Shades of Old Rose #BF394B

Tints of Old Rose #BF394B

Color information

#BF394B (or 0xBF394B) is unknown color: approx Old Rose. HEX triplet: BF, 39 and 4B. RGB value is (191,57,75). Sum of RGB (Red+Green+Blue) = 191+57+75=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF394B is #40C6B4. Grayscale: #636363. Windows color (decimal): -4245173 or 4929983. OLE color: 4929983.

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

Color convert

RGB1915775-
CMYK00.700.610.25
HSL351.94º54.03%48.63%-
HSV(B)351.94º70.16%74.9%-
XYZ24.2214.518.18-
YUV99.12114.39193.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=59.13%
G=17.65%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191577500.700.610.25351.9454.0348.63
HexBF394B0463D191603631
Octal27771113010675315406661
Binary1011111111100110010110100011011110111001101100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf394b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf394b; }

 p { color: rgb(191,57,75); }

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

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

 a { background-color: rgb(191,57,75); }

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

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

 span { border-color: rgb(191,57,75); }

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