Html Css Color HEX #BAB473 Dark Khaki

📋 copy color: '#BAB473'

red 186 ◦ green 180 ◦ blue 115

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

Shades of Dark Khaki #BAB473

Tints of Dark Khaki #BAB473

RGB

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

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

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

R = 38.67%
G = 37.42%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAB473 (or 0xBAB473) is known color: Dark Khaki. HEX triplet: BA, B4 and 73. RGB value is (186,180,115). Sum of RGB (Red+Green+Blue) = 186+180+115=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB473 is #454B8C. Grayscale: #AEAEAE. Windows color (decimal): -4541325 or 7582906. OLE color: 7582906.

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

Color convert

RGB 186 180 115 -
CMYK 0 0.03 0.38 0.27
HSL 54.93º 0.34% 0.59% -
HSV(B) 54.93º 0.38% 0.73% -
XYZ 39.67 44.32 22.68 -
YUV 174.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 186 180 115 0 0.03 0.38 0.27 54.93 0.34 0.59
Hex BA B4 73 0 3 26 1B 37 22 3B
Octal 272 264 163 0 3 46 33 67 42 73
Binary 10111010 10110100 1110011 0 11 100110 11011 110111 100010 111011

Color Harmonies of #BAB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB473

Black with #BAB473

Text Example


Text Example

White with #BAB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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