Html Css Color HEX #BAB967 Dark Khaki

📋 copy color: '#BAB967'

red 186 ◦ green 185 ◦ blue 103

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

Shades of Dark Khaki #BAB967

Tints of Dark Khaki #BAB967

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 39.24%
G = 39.03%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB967 (or 0xBAB967) is known color: Dark Khaki. HEX triplet: BA, B9 and 67. RGB value is (186,185,103). Sum of RGB (Red+Green+Blue) = 186+185+103=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB967 is #454698. Grayscale: #B0B0B0. Windows color (decimal): -4540057 or 6797754. OLE color: 6797754.

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

Color convert

RGB 186 185 103 -
CMYK 0 0.01 0.45 0.27
HSL 59.28º 0.38% 0.57% -
HSV(B) 59.28º 0.45% 0.73% -
XYZ 40.05 46.12 19.62 -
YUV 175.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 186 185 103 0 0.01 0.45 0.27 59.28 0.38 0.57
Hex BA B9 67 0 1 2D 1B 3B 26 39
Octal 272 271 147 0 1 55 33 73 46 71
Binary 10111010 10111001 1100111 0 1 101101 11011 111011 100110 111001

Color Harmonies of #BAB967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB967

Black with #BAB967

Text Example


Text Example

White with #BAB967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB967; }

 p { color: rgb(186,185,103); }

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

background-color css

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

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

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

border-color css

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

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

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