Html Css Color HEX #BABA6A Dark Khaki

📋 copy color: '#BABA6A'

red 186 ◦ green 186 ◦ blue 106

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

Shades of Dark Khaki #BABA6A

Tints of Dark Khaki #BABA6A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 38.91%
G = 38.91%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BABA6A (or 0xBABA6A) is known color: Dark Khaki. HEX triplet: BA, BA and 6A. RGB value is (186,186,106). Sum of RGB (Red+Green+Blue) = 186+186+106=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA6A is #454595. Grayscale: #B1B1B1. Windows color (decimal): -4539798 or 6994618. OLE color: 6994618.

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

Color convert

RGB 186 186 106 -
CMYK 0 0 0.43 0.27
HSL 60º 0.37% 0.57% -
HSV(B) 60º 0.43% 0.73% -
XYZ 40.41 46.6 20.5 -
YUV 176.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 186 186 106 0 0 0.43 0.27 60 0.37 0.57
Hex BA BA 6A 0 0 2B 1B 3C 25 39
Octal 272 272 152 0 0 53 33 74 45 71
Binary 10111010 10111010 1101010 0 0 101011 11011 111100 100101 111001

Color Harmonies of #BABA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA6A

Black with #BABA6A

Text Example


Text Example

White with #BABA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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