Html Css Color HEX #BAB564 Dark Khaki

📋 copy color: '#BAB564'

red 186 ◦ green 181 ◦ blue 100

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

Shades of Dark Khaki #BAB564

Tints of Dark Khaki #BAB564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

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

R = 39.83%
G = 38.76%
B = 21.41%

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

#BAB564 (or 0xBAB564) is known color: Dark Khaki. HEX triplet: BA, B5 and 64. RGB value is (186,181,100). Sum of RGB (Red+Green+Blue) = 186+181+100=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB564 is #454A9B. Grayscale: #ADADAD. Windows color (decimal): -4541084 or 6600122. OLE color: 6600122.

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

Color convert

RGB 186 181 100 -
CMYK 0 0.03 0.46 0.27
HSL 56.51º 0.38% 0.56% -
HSV(B) 56.51º 0.46% 0.73% -
XYZ 39.07 44.41 18.57 -
YUV 173.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 186 181 100 0 0.03 0.46 0.27 56.51 0.38 0.56
Hex BA B5 64 0 3 2E 1B 39 26 38
Octal 272 265 144 0 3 56 33 71 46 70
Binary 10111010 10110101 1100100 0 11 101110 11011 111001 100110 111000

Color Harmonies of #BAB564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB564

Black with #BAB564

Text Example


Text Example

White with #BAB564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB564; }

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

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

background-color css

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

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

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

border-color css

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

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

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