Html Css Color HEX #BAB076 Dark Khaki

📋 copy color: '#BAB076'

red 186 ◦ green 176 ◦ blue 118

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

Shades of Dark Khaki #BAB076

Tints of Dark Khaki #BAB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 38.75%
G = 36.67%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB076 (or 0xBAB076) is known color: Dark Khaki. HEX triplet: BA, B0 and 76. RGB value is (186,176,118). Sum of RGB (Red+Green+Blue) = 186+176+118=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB076 is #454F89. Grayscale: #ACACAC. Windows color (decimal): -4542346 or 7778490. OLE color: 7778490.

HSL color Cylindrical-coordinate representation of color #BAB076: hue angle of 51.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAB076 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 118 -
CMYK 0 0.05 0.37 0.27
HSL 51.18º 0.33% 0.6% -
HSV(B) 51.18º 0.37% 0.73% -
XYZ 39.05 42.8 23.34 -
YUV 172.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 186 176 118 0 0.05 0.37 0.27 51.18 0.33 0.6
Hex BA B0 76 0 5 25 1B 33 21 3C
Octal 272 260 166 0 5 45 33 63 41 74
Binary 10111010 10110000 1110110 0 101 100101 11011 110011 100001 111100

Color Harmonies of #BAB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB076

Black with #BAB076

Text Example


Text Example

White with #BAB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB076; }

 p { color: rgb(186,176,118); }

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

background-color css

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

 a { background-color: rgb(186,176,118); }

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

border-color css

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

 span { border-color: rgb(186,176,118); }

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