Html Css Color HEX #BAB6A7 Ash

📋 copy color: '#BAB6A7'

red 186 ◦ green 182 ◦ blue 167

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

Shades of Ash #BAB6A7

Tints of Ash #BAB6A7

RGB

 RED value IS 186 (73.05% from 255) = 34.77%

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 34.77%
G = 34.02%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAB6A7 (or 0xBAB6A7) is known color: Ash. HEX triplet: BA, B6 and A7. RGB value is (186,182,167). Sum of RGB (Red+Green+Blue) = 186+182+167=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB6A7 is #454958. Grayscale: #B5B5B5. Windows color (decimal): -4540761 or 10991290. OLE color: 10991290.

HSL color Cylindrical-coordinate representation of color #BAB6A7: hue angle of 47.37º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB6A7 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 167 -
CMYK 0 0.02 0.10 0.27
HSL 47.37º 0.12% 0.69% -
HSV(B) 47.37º 0.1% 0.73% -
XYZ 43.95 46.69 43.25 -
YUV 181.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 186 182 167 0 0.02 0.10 0.27 47.37 0.12 0.69
Hex BA B6 A7 0 2 A 1B 2F C 45
Octal 272 266 247 0 2 12 33 57 14 105
Binary 10111010 10110110 10100111 0 10 1010 11011 101111 1100 1000101

Color Harmonies of #BAB6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6A7

Black with #BAB6A7

Text Example


Text Example

White with #BAB6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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