Html Css Color HEX #BAB474 Dark Khaki

📋 copy color: '#BAB474'

red 186 ◦ green 180 ◦ blue 116

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

Shades of Dark Khaki #BAB474

Tints of Dark Khaki #BAB474

RGB

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

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

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

R = 38.59%
G = 37.34%
B = 24.07%

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

#BAB474 (or 0xBAB474) is known color: Dark Khaki. HEX triplet: BA, B4 and 74. RGB value is (186,180,116). Sum of RGB (Red+Green+Blue) = 186+180+116=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB474 is #454B8B. Grayscale: #AEAEAE. Windows color (decimal): -4541324 or 7648442. OLE color: 7648442.

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

Color convert

RGB 186 180 116 -
CMYK 0 0.03 0.38 0.27
HSL 54.86º 0.34% 0.59% -
HSV(B) 54.86º 0.38% 0.73% -
XYZ 39.72 44.34 22.99 -
YUV 174.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 186 180 116 0 0.03 0.38 0.27 54.86 0.34 0.59
Hex BA B4 74 0 3 26 1B 37 22 3B
Octal 272 264 164 0 3 46 33 67 42 73
Binary 10111010 10110100 1110100 0 11 100110 11011 110111 100010 111011

Color Harmonies of #BAB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB474

Black with #BAB474

Text Example


Text Example

White with #BAB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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