#BFB8A3

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

Shades of Ash #BFB8A3

Tints of Ash #BFB8A3

Color information

#BFB8A3 (or 0xBFB8A3) is unknown color: approx Ash. HEX triplet: BF, B8 and A3. RGB value is (191,184,163). Sum of RGB (Red+Green+Blue) = 191+184+163=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB8A3 is #40475C. Grayscale: #B7B7B7. Windows color (decimal): -4212573 or 10729663. OLE color: 10729663.

HSL color Cylindrical-coordinate representation of color #BFB8A3: hue angle of 45º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB8A3 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB191184163-
CMYK00.040.150.25
HSL45º17.95%69.41%-
HSV(B)45º14.66%74.9%-
XYZ45.244841.53-
YUV183.7116.32133.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 163 (64.06% from 255) = 30.30%
R=35.50%
G=34.20%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118416300.040.150.254517.9569.41
HexBFB8A304F192d1245
Octal2772702430417315522105
Binary1011111110111000101000110100111111001101101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8A3; }

 p { color: rgb(191,184,163); }

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

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

 a { background-color: rgb(191,184,163); }

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

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

 span { border-color: rgb(191,184,163); }

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