Html Css Color HEX #BAB674 Dark Khaki

📋 copy color: '#BAB674'

red 186 ◦ green 182 ◦ blue 116

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

Shades of Dark Khaki #BAB674

Tints of Dark Khaki #BAB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

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

R = 38.43%
G = 37.6%
B = 23.97%

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

#BAB674 (or 0xBAB674) is known color: Dark Khaki. HEX triplet: BA, B6 and 74. RGB value is (186,182,116). Sum of RGB (Red+Green+Blue) = 186+182+116=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB674 is #45498B. Grayscale: #AFAFAF. Windows color (decimal): -4540812 or 7648954. OLE color: 7648954.

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

Color convert

RGB 186 182 116 -
CMYK 0 0.02 0.38 0.27
HSL 56.57º 0.34% 0.59% -
HSV(B) 56.57º 0.38% 0.73% -
XYZ 40.13 45.16 23.12 -
YUV 175.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 186 182 116 0 0.02 0.38 0.27 56.57 0.34 0.59
Hex BA B6 74 0 2 26 1B 39 22 3B
Octal 272 266 164 0 2 46 33 71 42 73
Binary 10111010 10110110 1110100 0 10 100110 11011 111001 100010 111011

Color Harmonies of #BAB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB674

Black with #BAB674

Text Example


Text Example

White with #BAB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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