Html Css Color HEX #BAB465 Dark Khaki

📋 copy color: '#BAB465'

red 186 ◦ green 180 ◦ blue 101

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

Shades of Dark Khaki #BAB465

Tints of Dark Khaki #BAB465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 39.83%
G = 38.54%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAB465 (or 0xBAB465) is known color: Dark Khaki. HEX triplet: BA, B4 and 65. RGB value is (186,180,101). Sum of RGB (Red+Green+Blue) = 186+180+101=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB465 is #454B9A. Grayscale: #ADADAD. Windows color (decimal): -4541339 or 6665402. OLE color: 6665402.

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

Color convert

RGB 186 180 101 -
CMYK 0 0.03 0.46 0.27
HSL 55.76º 0.38% 0.56% -
HSV(B) 55.76º 0.46% 0.73% -
XYZ 38.92 44.02 18.76 -
YUV 172.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 186 180 101 0 0.03 0.46 0.27 55.76 0.38 0.56
Hex BA B4 65 0 3 2E 1B 38 26 38
Octal 272 264 145 0 3 56 33 70 46 70
Binary 10111010 10110100 1100101 0 11 101110 11011 111000 100110 111000

Color Harmonies of #BAB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB465

Black with #BAB465

Text Example


Text Example

White with #BAB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB465; }

 p { color: rgb(186,180,101); }

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

background-color css

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

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

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

border-color css

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

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

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