Html Css Color HEX #BAB871 Dark Khaki

📋 copy color: '#BAB871'

red 186 ◦ green 184 ◦ blue 113

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

Shades of Dark Khaki #BAB871

Tints of Dark Khaki #BAB871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 38.51%
G = 38.1%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB871 (or 0xBAB871) is known color: Dark Khaki. HEX triplet: BA, B8 and 71. RGB value is (186,184,113). Sum of RGB (Red+Green+Blue) = 186+184+113=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB871 is #45478E. Grayscale: #B0B0B0. Windows color (decimal): -4540303 or 7452858. OLE color: 7452858.

HSL color Cylindrical-coordinate representation of color #BAB871: hue angle of 58.36º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAB871 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 113 -
CMYK 0 0.01 0.39 0.27
HSL 58.36º 0.35% 0.59% -
HSV(B) 58.36º 0.39% 0.73% -
XYZ 40.37 45.91 22.36 -
YUV 176.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 186 184 113 0 0.01 0.39 0.27 58.36 0.35 0.59
Hex BA B8 71 0 1 27 1B 3A 23 3B
Octal 272 270 161 0 1 47 33 72 43 73
Binary 10111010 10111000 1110001 0 1 100111 11011 111010 100011 111011

Color Harmonies of #BAB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB871

Black with #BAB871

Text Example


Text Example

White with #BAB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB871; }

 p { color: rgb(186,184,113); }

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

background-color css

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

 a { background-color: rgb(186,184,113); }

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

border-color css

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

 span { border-color: rgb(186,184,113); }

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