Html Css Color HEX #BAB771 Dark Khaki

📋 copy color: '#BAB771'

red 186 ◦ green 183 ◦ blue 113

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

Shades of Dark Khaki #BAB771

Tints of Dark Khaki #BAB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

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

R = 38.59%
G = 37.97%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB771 (or 0xBAB771) is known color: Dark Khaki. HEX triplet: BA, B7 and 71. RGB value is (186,183,113). Sum of RGB (Red+Green+Blue) = 186+183+113=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB771 is #45488E. Grayscale: #B0B0B0. Windows color (decimal): -4540559 or 7452602. OLE color: 7452602.

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

Color convert

RGB 186 183 113 -
CMYK 0 0.02 0.39 0.27
HSL 57.53º 0.35% 0.59% -
HSV(B) 57.53º 0.39% 0.73% -
XYZ 40.16 45.5 22.29 -
YUV 175.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 186 183 113 0 0.02 0.39 0.27 57.53 0.35 0.59
Hex BA B7 71 0 2 27 1B 3A 23 3B
Octal 272 267 161 0 2 47 33 72 43 73
Binary 10111010 10110111 1110001 0 10 100111 11011 111010 100011 111011

Color Harmonies of #BAB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB771

Black with #BAB771

Text Example


Text Example

White with #BAB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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