Html Css Color HEX #BAB464 Dark Khaki

📋 copy color: '#BAB464'

red 186 ◦ green 180 ◦ blue 100

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

Shades of Dark Khaki #BAB464

Tints of Dark Khaki #BAB464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 39.91%
G = 38.63%
B = 21.46%

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

#BAB464 (or 0xBAB464) is known color: Dark Khaki. HEX triplet: BA, B4 and 64. RGB value is (186,180,100). Sum of RGB (Red+Green+Blue) = 186+180+100=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB464 is #454B9B. Grayscale: #ADADAD. Windows color (decimal): -4541340 or 6599866. OLE color: 6599866.

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

Color convert

RGB 186 180 100 -
CMYK 0 0.03 0.46 0.27
HSL 55.81º 0.38% 0.56% -
HSV(B) 55.81º 0.46% 0.73% -
XYZ 38.87 44 18.5 -
YUV 172.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 186 180 100 0 0.03 0.46 0.27 55.81 0.38 0.56
Hex BA B4 64 0 3 2E 1B 38 26 38
Octal 272 264 144 0 3 56 33 70 46 70
Binary 10111010 10110100 1100100 0 11 101110 11011 111000 100110 111000

Color Harmonies of #BAB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB464

Black with #BAB464

Text Example


Text Example

White with #BAB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB464; }

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

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

background-color css

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

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

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

border-color css

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

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

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