Html Css Color HEX #BFB9A1 Ash

📋 copy color: '#BFB9A1'

red 191 ◦ green 185 ◦ blue 161

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

Shades of Ash #BFB9A1

Tints of Ash #BFB9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.45%

 BLUE value IS 161 (63.28% from 255) = 29.98%

R = 35.57%
G = 34.45%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BFB9A1 (or 0xBFB9A1) is known color: Ash. HEX triplet: BF, B9 and A1. RGB value is (191,185,161). Sum of RGB (Red+Green+Blue) = 191+185+161=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9A1 is #40465E. Grayscale: #B8B8B8. Windows color (decimal): -4212319 or 10598847. OLE color: 10598847.

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

Color convert

RGB 191 185 161 -
CMYK 0 0.03 0.16 0.25
HSL 48º 0.19% 0.69% -
HSV(B) 48º 0.16% 0.75% -
XYZ 45.27 48.35 40.66 -
YUV 184.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 191 185 161 0 0.03 0.16 0.25 48 0.19 0.69
Hex BF B9 A1 0 3 10 19 30 13 45
Octal 277 271 241 0 3 20 31 60 23 105
Binary 10111111 10111001 10100001 0 11 10000 11001 110000 10011 1000101

Color Harmonies of #BFB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9A1

Black with #BFB9A1

Text Example


Text Example

White with #BFB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9A1; }

 p { color: rgb(191,185,161); }

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

background-color css

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

 a { background-color: rgb(191,185,161); }

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

border-color css

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

 span { border-color: rgb(191,185,161); }

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