Html Css Color HEX #BAB06A Dark Khaki

📋 copy color: '#BAB06A'

red 186 ◦ green 176 ◦ blue 106

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

Shades of Dark Khaki #BAB06A

Tints of Dark Khaki #BAB06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.65%

R = 39.74%
G = 37.61%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BAB06A (or 0xBAB06A) is known color: Dark Khaki. HEX triplet: BA, B0 and 6A. RGB value is (186,176,106). Sum of RGB (Red+Green+Blue) = 186+176+106=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB06A is #454F95. Grayscale: #ABABAB. Windows color (decimal): -4542358 or 6992058. OLE color: 6992058.

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

Color convert

RGB 186 176 106 -
CMYK 0 0.05 0.43 0.27
HSL 52.5º 0.37% 0.57% -
HSV(B) 52.5º 0.43% 0.73% -
XYZ 38.38 42.53 19.82 -
YUV 171.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 186 176 106 0 0.05 0.43 0.27 52.5 0.37 0.57
Hex BA B0 6A 0 5 2B 1B 34 25 39
Octal 272 260 152 0 5 53 33 64 45 71
Binary 10111010 10110000 1101010 0 101 101011 11011 110100 100101 111001

Color Harmonies of #BAB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB06A

Black with #BAB06A

Text Example


Text Example

White with #BAB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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