Html Css Color HEX #BAB074 Dark Khaki

📋 copy color: '#BAB074'

red 186 ◦ green 176 ◦ blue 116

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

Shades of Dark Khaki #BAB074

Tints of Dark Khaki #BAB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 38.91%
G = 36.82%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAB074 (or 0xBAB074) is known color: Dark Khaki. HEX triplet: BA, B0 and 74. RGB value is (186,176,116). Sum of RGB (Red+Green+Blue) = 186+176+116=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB074 is #454F8B. Grayscale: #ACACAC. Windows color (decimal): -4542348 or 7647418. OLE color: 7647418.

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

Color convert

RGB 186 176 116 -
CMYK 0 0.05 0.38 0.27
HSL 51.43º 0.34% 0.59% -
HSV(B) 51.43º 0.38% 0.73% -
XYZ 38.93 42.75 22.72 -
YUV 172.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 186 176 116 0 0.05 0.38 0.27 51.43 0.34 0.59
Hex BA B0 74 0 5 26 1B 33 22 3B
Octal 272 260 164 0 5 46 33 63 42 73
Binary 10111010 10110000 1110100 0 101 100110 11011 110011 100010 111011

Color Harmonies of #BAB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB074

Black with #BAB074

Text Example


Text Example

White with #BAB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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