Html Css Color HEX #BFBBA5 Ash

📋 copy color: '#BFBBA5'

red 191 ◦ green 187 ◦ blue 165

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

Shades of Ash #BFBBA5

Tints of Ash #BFBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.44%

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 35.17%
G = 34.44%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BFBBA5 (or 0xBFBBA5) is known color: Ash. HEX triplet: BF, BB and A5. RGB value is (191,187,165). Sum of RGB (Red+Green+Blue) = 191+187+165=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBA5 is #40445A. Grayscale: #B9B9B9. Windows color (decimal): -4211803 or 10861503. OLE color: 10861503.

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

Color convert

RGB 191 187 165 -
CMYK 0 0.02 0.14 0.25
HSL 50.77º 0.17% 0.7% -
HSV(B) 50.77º 0.14% 0.75% -
XYZ 46.05 49.33 42.69 -
YUV 185.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 191 187 165 0 0.02 0.14 0.25 50.77 0.17 0.7
Hex BF BB A5 0 2 E 19 33 11 46
Octal 277 273 245 0 2 16 31 63 21 106
Binary 10111111 10111011 10100101 0 10 1110 11001 110011 10001 1000110

Color Harmonies of #BFBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBA5

Black with #BFBBA5

Text Example


Text Example

White with #BFBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBA5; }

 p { color: rgb(191,187,165); }

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

background-color css

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

 a { background-color: rgb(191,187,165); }

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

border-color css

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

 span { border-color: rgb(191,187,165); }

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