#BF6167

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

Shades of Mandy #BF6167

Tints of Mandy #BF6167

Color information

#BF6167 (or 0xBF6167) is unknown color: approx Mandy. HEX triplet: BF, 61 and 67. RGB value is (191,97,103). Sum of RGB (Red+Green+Blue) = 191+97+103=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6167 is #409E98. Grayscale: #7D7D7D. Windows color (decimal): -4234905 or 6775231. OLE color: 6775231.

HSL color Cylindrical-coordinate representation of color #BF6167: hue angle of 356.17º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6167 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19197103-
CMYK00.490.460.25
HSL356.17º42.34%56.47%-
HSV(B)356.17º49.21%74.9%-
XYZ28.2120.6115.32-
YUV125.79115.14174.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=48.85%
G=24.81%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919710300.490.460.25356.1742.3456.47
HexBF61670312E191642a38
Octal27714114706156315445270
Binary1011111111000011100111011000110111011001101100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6167; }

 p { color: rgb(191,97,103); }

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

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

 a { background-color: rgb(191,97,103); }

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

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

 span { border-color: rgb(191,97,103); }

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