#BF6468

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

Shades of Mandy #BF6468

Tints of Mandy #BF6468

Color information

#BF6468 (or 0xBF6468) is unknown color: approx Mandy. HEX triplet: BF, 64 and 68. RGB value is (191,100,104). Sum of RGB (Red+Green+Blue) = 191+100+104=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6468 is #409B97. Grayscale: #7F7F7F. Windows color (decimal): -4234136 or 6841535. OLE color: 6841535.

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

Color convert

RGB191100104-
CMYK00.480.460.25
HSL357.36º41.55%57.06%-
HSV(B)357.36º47.64%74.9%-
XYZ28.5421.1915.68-
YUV127.66114.65173.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=48.35%
G=25.32%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110010400.480.460.25357.3641.5557.06
HexBF64680302E191652a39
Octal27714415006056315455271
Binary1011111111001001101000011000010111011001101100101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6468; }

 p { color: rgb(191,100,104); }

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

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

 a { background-color: rgb(191,100,104); }

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

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

 span { border-color: rgb(191,100,104); }

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