Html Css Color HEX #BAB172 Dark Khaki

📋 copy color: '#BAB172'

red 186 ◦ green 177 ◦ blue 114

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

Shades of Dark Khaki #BAB172

Tints of Dark Khaki #BAB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 38.99%
G = 37.11%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAB172 (or 0xBAB172) is known color: Dark Khaki. HEX triplet: BA, B1 and 72. RGB value is (186,177,114). Sum of RGB (Red+Green+Blue) = 186+177+114=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB172 is #454E8D. Grayscale: #ACACAC. Windows color (decimal): -4542094 or 7516602. OLE color: 7516602.

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

Color convert

RGB 186 177 114 -
CMYK 0 0.05 0.39 0.27
HSL 52.5º 0.34% 0.59% -
HSV(B) 52.5º 0.39% 0.73% -
XYZ 39.01 43.1 22.18 -
YUV 172.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 186 177 114 0 0.05 0.39 0.27 52.5 0.34 0.59
Hex BA B1 72 0 5 27 1B 34 22 3B
Octal 272 261 162 0 5 47 33 64 42 73
Binary 10111010 10110001 1110010 0 101 100111 11011 110100 100010 111011

Color Harmonies of #BAB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB172

Black with #BAB172

Text Example


Text Example

White with #BAB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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