Html Css Color HEX #BABA6B Dark Khaki

📋 copy color: '#BABA6B'

red 186 ◦ green 186 ◦ blue 107

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

Shades of Dark Khaki #BABA6B

Tints of Dark Khaki #BABA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 38.83%
G = 38.83%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BABA6B (or 0xBABA6B) is known color: Dark Khaki. HEX triplet: BA, BA and 6B. RGB value is (186,186,107). Sum of RGB (Red+Green+Blue) = 186+186+107=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA6B is #454594. Grayscale: #B1B1B1. Windows color (decimal): -4539797 or 7060154. OLE color: 7060154.

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

Color convert

RGB 186 186 107 -
CMYK 0 0 0.42 0.27
HSL 60º 0.36% 0.57% -
HSV(B) 60º 0.42% 0.73% -
XYZ 40.46 46.62 20.78 -
YUV 176.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 186 186 107 0 0 0.42 0.27 60 0.36 0.57
Hex BA BA 6B 0 0 2A 1B 3C 24 39
Octal 272 272 153 0 0 52 33 74 44 71
Binary 10111010 10111010 1101011 0 0 101010 11011 111100 100100 111001

Color Harmonies of #BABA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA6B

Black with #BABA6B

Text Example


Text Example

White with #BABA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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