Html Css Color HEX #BAB669 Dark Khaki

📋 copy color: '#BAB669'

red 186 ◦ green 182 ◦ blue 105

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

Shades of Dark Khaki #BAB669

Tints of Dark Khaki #BAB669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.48%

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 39.32%
G = 38.48%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAB669 (or 0xBAB669) is known color: Dark Khaki. HEX triplet: BA, B6 and 69. RGB value is (186,182,105). Sum of RGB (Red+Green+Blue) = 186+182+105=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB669 is #454996. Grayscale: #AEAEAE. Windows color (decimal): -4540823 or 6928058. OLE color: 6928058.

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

Color convert

RGB 186 182 105 -
CMYK 0 0.02 0.44 0.27
HSL 57.04º 0.37% 0.57% -
HSV(B) 57.04º 0.44% 0.73% -
XYZ 39.53 44.91 19.95 -
YUV 174.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 186 182 105 0 0.02 0.44 0.27 57.04 0.37 0.57
Hex BA B6 69 0 2 2C 1B 39 25 39
Octal 272 266 151 0 2 54 33 71 45 71
Binary 10111010 10110110 1101001 0 10 101100 11011 111001 100101 111001

Color Harmonies of #BAB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB669

Black with #BAB669

Text Example


Text Example

White with #BAB669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB669; }

 p { color: rgb(186,182,105); }

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

background-color css

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

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

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

border-color css

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

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

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