Html Css Color HEX #BFBAA7 Ash

📋 copy color: '#BFBAA7'

red 191 ◦ green 186 ◦ blue 167

#BFBAA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ash #BFBAA7

Tints of Ash #BFBAA7

RGB

 RED value IS 191 (75% from 255) = 35.11%

 GREEN value IS 186 (73.05% from 255) = 34.19%

 BLUE value IS 167 (65.63% from 255) = 30.7%

R = 35.11%
G = 34.19%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BFBAA7 (or 0xBFBAA7) is known color: Ash. HEX triplet: BF, BA and A7. RGB value is (191,186,167). Sum of RGB (Red+Green+Blue) = 191+186+167=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA7 is #404558. Grayscale: #B9B9B9. Windows color (decimal): -4212057 or 10992319. OLE color: 10992319.

HSL color Cylindrical-coordinate representation of color #BFBAA7: hue angle of 47.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBAA7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 167 -
CMYK 0 0.03 0.13 0.25
HSL 47.5º 0.16% 0.7% -
HSV(B) 47.5º 0.13% 0.75% -
XYZ 46.02 48.98 43.59 -
YUV 185.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 191 186 167 0 0.03 0.13 0.25 47.5 0.16 0.7
Hex BF BA A7 0 3 D 19 30 10 46
Octal 277 272 247 0 3 15 31 60 20 106
Binary 10111111 10111010 10100111 0 11 1101 11001 110000 10000 1000110

Color Harmonies of #BFBAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAA7

Black with #BFBAA7

Text Example


Text Example

White with #BFBAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAA7; }

 p { color: rgb(191,186,167); }

 H1.HeaderClassName
 {
   color: #BFBAA7;
 }
 .AnyTagClassName
 {
   color: #BFBAA7;
 }
</style>

background-color css

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

 a { background-color: rgb(191,186,167); }

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

border-color css

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

 span { border-color: rgb(191,186,167); }

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