#BF384F

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

Shades of Old Rose #BF384F

Tints of Old Rose #BF384F

Color information

#BF384F (or 0xBF384F) is unknown color: approx Old Rose. HEX triplet: BF, 38 and 4F. RGB value is (191,56,79). Sum of RGB (Red+Green+Blue) = 191+56+79=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF384F is #40C7B0. Grayscale: #636363. Windows color (decimal): -4245425 or 5191871. OLE color: 5191871.

HSL color Cylindrical-coordinate representation of color #BF384F: hue angle of 349.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF384F is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1915679-
CMYK00.710.590.25
HSL349.78º54.66%48.43%-
HSV(B)349.78º70.68%74.9%-
XYZ24.3114.478.91-
YUV98.99116.73193.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=58.59%
G=17.18%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191567900.710.590.25349.7854.6648.43
HexBF384F0473B1915e3730
Octal27770117010773315366760
Binary1011111111100010011110100011111101111001101011110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF384F; }

 p { color: rgb(191,56,79); }

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

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

 a { background-color: rgb(191,56,79); }

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

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

 span { border-color: rgb(191,56,79); }

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