Html Css Color HEX #BAB768 Dark Khaki

📋 copy color: '#BAB768'

red 186 ◦ green 183 ◦ blue 104

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

Shades of Dark Khaki #BAB768

Tints of Dark Khaki #BAB768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.69%

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 39.32%
G = 38.69%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAB768 (or 0xBAB768) is known color: Dark Khaki. HEX triplet: BA, B7 and 68. RGB value is (186,183,104). Sum of RGB (Red+Green+Blue) = 186+183+104=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB768 is #454897. Grayscale: #AFAFAF. Windows color (decimal): -4540568 or 6862778. OLE color: 6862778.

HSL color Cylindrical-coordinate representation of color #BAB768: hue angle of 57.8º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAB768 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 104 -
CMYK 0 0.02 0.44 0.27
HSL 57.8º 0.37% 0.57% -
HSV(B) 57.8º 0.44% 0.73% -
XYZ 39.68 45.31 19.75 -
YUV 174.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 186 183 104 0 0.02 0.44 0.27 57.8 0.37 0.57
Hex BA B7 68 0 2 2C 1B 3A 25 39
Octal 272 267 150 0 2 54 33 72 45 71
Binary 10111010 10110111 1101000 0 10 101100 11011 111010 100101 111001

Color Harmonies of #BAB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB768

Black with #BAB768

Text Example


Text Example

White with #BAB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB768; }

 p { color: rgb(186,183,104); }

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

background-color css

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

 a { background-color: rgb(186,183,104); }

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

border-color css

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

 span { border-color: rgb(186,183,104); }

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