Html Css Color HEX #BAB673 Dark Khaki

📋 copy color: '#BAB673'

red 186 ◦ green 182 ◦ blue 115

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

Shades of Dark Khaki #BAB673

Tints of Dark Khaki #BAB673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 38.51%
G = 37.68%
B = 23.81%

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

#BAB673 (or 0xBAB673) is known color: Dark Khaki. HEX triplet: BA, B6 and 73. RGB value is (186,182,115). Sum of RGB (Red+Green+Blue) = 186+182+115=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB673 is #45498C. Grayscale: #AFAFAF. Windows color (decimal): -4540813 or 7583418. OLE color: 7583418.

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

Color convert

RGB 186 182 115 -
CMYK 0 0.02 0.38 0.27
HSL 56.62º 0.34% 0.59% -
HSV(B) 56.62º 0.38% 0.73% -
XYZ 40.07 45.13 22.82 -
YUV 175.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 186 182 115 0 0.02 0.38 0.27 56.62 0.34 0.59
Hex BA B6 73 0 2 26 1B 39 22 3B
Octal 272 266 163 0 2 46 33 71 42 73
Binary 10111010 10110110 1110011 0 10 100110 11011 111001 100010 111011

Color Harmonies of #BAB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB673

Black with #BAB673

Text Example


Text Example

White with #BAB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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