#BFBCAB

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

Shades of Ash #BFBCAB

Tints of Ash #BFBCAB

Color information

#BFBCAB (or 0xBFBCAB) is unknown color: approx Ash. HEX triplet: BF, BC and AB. RGB value is (191,188,171). Sum of RGB (Red+Green+Blue) = 191+188+171=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCAB is #404354. Grayscale: #BBBBBB. Windows color (decimal): -4211541 or 11254975. OLE color: 11254975.

HSL color Cylindrical-coordinate representation of color #BFBCAB: hue angle of 51º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBCAB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191188171-
CMYK00.020.100.25
HSL51º13.51%70.98%-
HSV(B)51º10.47%74.9%-
XYZ46.8249.9845.71-
YUV186.96118.99130.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=34.73%
G=34.18%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118817100.020.100.255113.5170.98
HexBFBCAB02A1933e47
Octal2772742530212316316107
Binary10111111101111001010101101010101100111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCAB; }

 p { color: rgb(191,188,171); }

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

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

 a { background-color: rgb(191,188,171); }

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

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

 span { border-color: rgb(191,188,171); }

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