Html Css Color HEX #BFBCA5 Ash

📋 copy color: '#BFBCA5'

red 191 ◦ green 188 ◦ blue 165

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

Shades of Ash #BFBCA5

Tints of Ash #BFBCA5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

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

R = 35.11%
G = 34.56%
B = 30.33%

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

#BFBCA5 (or 0xBFBCA5) is known color: Ash. HEX triplet: BF, BC and A5. RGB value is (191,188,165). Sum of RGB (Red+Green+Blue) = 191+188+165=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA5 is #40435A. Grayscale: #BABABA. Windows color (decimal): -4211547 or 10861759. OLE color: 10861759.

HSL color Cylindrical-coordinate representation of color #BFBCA5: hue angle of 53.08º 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 #BFBCA5 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 165 -
CMYK 0 0.02 0.14 0.25
HSL 53.08º 0.17% 0.7% -
HSV(B) 53.08º 0.14% 0.75% -
XYZ 46.26 49.76 42.76 -
YUV 186.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 191 188 165 0 0.02 0.14 0.25 53.08 0.17 0.7
Hex BF BC A5 0 2 E 19 35 11 46
Octal 277 274 245 0 2 16 31 65 21 106
Binary 10111111 10111100 10100101 0 10 1110 11001 110101 10001 1000110

Color Harmonies of #BFBCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCA5

Black with #BFBCA5

Text Example


Text Example

White with #BFBCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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