Html Css Color HEX #BAB7A7 Ash

📋 copy color: '#BAB7A7'

red 186 ◦ green 183 ◦ blue 167

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

Shades of Ash #BAB7A7

Tints of Ash #BAB7A7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.14%

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

R = 34.7%
G = 34.14%
B = 31.16%

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

#BAB7A7 (or 0xBAB7A7) is known color: Ash. HEX triplet: BA, B7 and A7. RGB value is (186,183,167). Sum of RGB (Red+Green+Blue) = 186+183+167=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7A7 is #454858. Grayscale: #B6B6B6. Windows color (decimal): -4540505 or 10991546. OLE color: 10991546.

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

Color convert

RGB 186 183 167 -
CMYK 0 0.02 0.10 0.27
HSL 50.53º 0.12% 0.69% -
HSV(B) 50.53º 0.1% 0.73% -
XYZ 44.16 47.1 43.32 -
YUV 182.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 186 183 167 0 0.02 0.10 0.27 50.53 0.12 0.69
Hex BA B7 A7 0 2 A 1B 33 C 45
Octal 272 267 247 0 2 12 33 63 14 105
Binary 10111010 10110111 10100111 0 10 1010 11011 110011 1100 1000101

Color Harmonies of #BAB7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7A7

Black with #BAB7A7

Text Example


Text Example

White with #BAB7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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