Html Css Color HEX #BAB170 Dark Khaki

📋 copy color: '#BAB170'

red 186 ◦ green 177 ◦ blue 112

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

Shades of Dark Khaki #BAB170

Tints of Dark Khaki #BAB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.26%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 39.16%
G = 37.26%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAB170 (or 0xBAB170) is known color: Dark Khaki. HEX triplet: BA, B1 and 70. RGB value is (186,177,112). Sum of RGB (Red+Green+Blue) = 186+177+112=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB170 is #454E8F. Grayscale: #ACACAC. Windows color (decimal): -4542096 or 7385530. OLE color: 7385530.

HSL color Cylindrical-coordinate representation of color #BAB170: hue angle of 52.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB170 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 112 -
CMYK 0 0.05 0.40 0.27
HSL 52.7º 0.35% 0.58% -
HSV(B) 52.7º 0.4% 0.73% -
XYZ 38.9 43.05 21.59 -
YUV 172.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 186 177 112 0 0.05 0.40 0.27 52.7 0.35 0.58
Hex BA B1 70 0 5 28 1B 35 23 3A
Octal 272 261 160 0 5 50 33 65 43 72
Binary 10111010 10110001 1110000 0 101 101000 11011 110101 100011 111010

Color Harmonies of #BAB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB170

Black with #BAB170

Text Example


Text Example

White with #BAB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB170; }

 p { color: rgb(186,177,112); }

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

background-color css

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

 a { background-color: rgb(186,177,112); }

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

border-color css

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

 span { border-color: rgb(186,177,112); }

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