#BF6567

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

Shades of Mandy #BF6567

Tints of Mandy #BF6567

Color information

#BF6567 (or 0xBF6567) is unknown color: approx Mandy. HEX triplet: BF, 65 and 67. RGB value is (191,101,103). Sum of RGB (Red+Green+Blue) = 191+101+103=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6567 is #409A98. Grayscale: #808080. Windows color (decimal): -4233881 or 6776255. OLE color: 6776255.

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

Color convert

RGB191101103-
CMYK00.470.460.25
HSL358.67º41.28%57.25%-
HSV(B)358.67º47.12%74.9%-
XYZ28.5921.3615.45-
YUV128.14113.82172.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=48.35%
G=25.57%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110110300.470.460.25358.6741.2857.25
HexBF656702F2E191672939
Octal27714514705756315475171
Binary1011111111001011100111010111110111011001101100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6567; }

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

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

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

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

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

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

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

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