Html Css Color HEX #BFB99E Ash

📋 copy color: '#BFB99E'

red 191 ◦ green 185 ◦ blue 158

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

Shades of Ash #BFB99E

Tints of Ash #BFB99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.59%

R = 35.77%
G = 34.64%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BFB99E (or 0xBFB99E) is known color: Ash. HEX triplet: BF, B9 and 9E. RGB value is (191,185,158). Sum of RGB (Red+Green+Blue) = 191+185+158=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB99E is #404661. Grayscale: #B7B7B7. Windows color (decimal): -4212322 or 10402239. OLE color: 10402239.

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

Color convert

RGB 191 185 158 -
CMYK 0 0.03 0.17 0.25
HSL 49.09º 0.2% 0.68% -
HSV(B) 49.09º 0.17% 0.75% -
XYZ 45.01 48.24 39.29 -
YUV 183.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 191 185 158 0 0.03 0.17 0.25 49.09 0.2 0.68
Hex BF B9 9E 0 3 11 19 31 14 44
Octal 277 271 236 0 3 21 31 61 24 104
Binary 10111111 10111001 10011110 0 11 10001 11001 110001 10100 1000100

Color Harmonies of #BFB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB99E

Black with #BFB99E

Text Example


Text Example

White with #BFB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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