#BF384E

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

Shades of Old Rose #BF384E

Tints of Old Rose #BF384E

Color information

#BF384E (or 0xBF384E) is unknown color: approx Old Rose. HEX triplet: BF, 38 and 4E. RGB value is (191,56,78). Sum of RGB (Red+Green+Blue) = 191+56+78=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF384E is #40C7B1. Grayscale: #626262. Windows color (decimal): -4245426 or 5126335. OLE color: 5126335.

HSL color Cylindrical-coordinate representation of color #BF384E: hue angle of 350.22º 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 #BF384E is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1915678-
CMYK00.710.590.25
HSL350.22º54.66%48.43%-
HSV(B)350.22º70.68%74.9%-
XYZ24.2814.458.72-
YUV98.87116.23193.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.77%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 78 (30.86% from 255) = 24%
R=58.77%
G=17.23%
B=24%

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
Decimal191567800.710.590.25350.2254.6648.43
HexBF384E0473B1915e3730
Octal27770116010773315366760
Binary1011111111100010011100100011111101111001101011110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF384E; }

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

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

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

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

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

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

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

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