Html Css Color HEX #BAB463 Dark Khaki

📋 copy color: '#BAB463'

red 186 ◦ green 180 ◦ blue 99

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

Shades of Dark Khaki #BAB463

Tints of Dark Khaki #BAB463

RGB

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

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

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

R = 40%
G = 38.71%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAB463 (or 0xBAB463) is known color: Dark Khaki. HEX triplet: BA, B4 and 63. RGB value is (186,180,99). Sum of RGB (Red+Green+Blue) = 186+180+99=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB463 is #454B9C. Grayscale: #ACACAC. Windows color (decimal): -4541341 or 6534330. OLE color: 6534330.

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

Color convert

RGB 186 180 99 -
CMYK 0 0.03 0.47 0.27
HSL 55.86º 0.39% 0.56% -
HSV(B) 55.86º 0.47% 0.73% -
XYZ 38.82 43.98 18.25 -
YUV 172.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 186 180 99 0 0.03 0.47 0.27 55.86 0.39 0.56
Hex BA B4 63 0 3 2F 1B 38 27 38
Octal 272 264 143 0 3 57 33 70 47 70
Binary 10111010 10110100 1100011 0 11 101111 11011 111000 100111 111000

Color Harmonies of #BAB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB463

Black with #BAB463

Text Example


Text Example

White with #BAB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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