Html Css Color HEX #BAB774 Dark Khaki

📋 copy color: '#BAB774'

red 186 ◦ green 183 ◦ blue 116

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

Shades of Dark Khaki #BAB774

Tints of Dark Khaki #BAB774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 38.35%
G = 37.73%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAB774 (or 0xBAB774) is known color: Dark Khaki. HEX triplet: BA, B7 and 74. RGB value is (186,183,116). Sum of RGB (Red+Green+Blue) = 186+183+116=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB774 is #45488B. Grayscale: #B0B0B0. Windows color (decimal): -4540556 or 7649210. OLE color: 7649210.

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

Color convert

RGB 186 183 116 -
CMYK 0 0.02 0.38 0.27
HSL 57.43º 0.34% 0.59% -
HSV(B) 57.43º 0.38% 0.73% -
XYZ 40.34 45.57 23.19 -
YUV 176.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 186 183 116 0 0.02 0.38 0.27 57.43 0.34 0.59
Hex BA B7 74 0 2 26 1B 39 22 3B
Octal 272 267 164 0 2 46 33 71 42 73
Binary 10111010 10110111 1110100 0 10 100110 11011 111001 100010 111011

Color Harmonies of #BAB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB774

Black with #BAB774

Text Example


Text Example

White with #BAB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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