Html Css Color HEX #BAB963 Dark Khaki

📋 copy color: '#BAB963'

red 186 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #BAB963

Tints of Dark Khaki #BAB963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 39.57%
G = 39.36%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAB963 (or 0xBAB963) is known color: Dark Khaki. HEX triplet: BA, B9 and 63. RGB value is (186,185,99). Sum of RGB (Red+Green+Blue) = 186+185+99=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB963 is #45469C. Grayscale: #AFAFAF. Windows color (decimal): -4540061 or 6535610. OLE color: 6535610.

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

Color convert

RGB 186 185 99 -
CMYK 0 0.01 0.47 0.27
HSL 59.31º 0.39% 0.56% -
HSV(B) 59.31º 0.47% 0.73% -
XYZ 39.85 46.04 18.59 -
YUV 175.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 186 185 99 0 0.01 0.47 0.27 59.31 0.39 0.56
Hex BA B9 63 0 1 2F 1B 3B 27 38
Octal 272 271 143 0 1 57 33 73 47 70
Binary 10111010 10111001 1100011 0 1 101111 11011 111011 100111 111000

Color Harmonies of #BAB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB963

Black with #BAB963

Text Example


Text Example

White with #BAB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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