#B4BA6C

Color #B4BA6C Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B4BA6C

Tints of Dark Khaki #B4BA6C

Color information

#B4BA6C (or 0xB4BA6C) is unknown color: approx Dark Khaki. HEX triplet: B4, BA and 6C. RGB value is (180,186,108). Sum of RGB (Red+Green+Blue) = 180+186+108=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA6C is #4B4593. Grayscale: #AFAFAF. Windows color (decimal): -4933012 or 7125684. OLE color: 7125684.

HSL color Cylindrical-coordinate representation of color #B4BA6C: hue angle of 64.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4BA6C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB180186108-
CMYK0.0300.420.27
HSL64.62º36.11%57.65%-
HSV(B)64.62º41.94%72.94%-
XYZ39.0945.920.99-
YUV175.3190.01131.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=37.97%
G=39.24%
B=22.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861080.0300.420.2764.6236.1157.65
HexB4BA6C302A1B41243a
Octal2642721543052331014472
Binary10110100101110101101100110101010110111000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA6C; }

 p { color: rgb(180,186,108); }

 H1.HeaderClassName
 {
   color: #B4BA6C;
 }
 .AnyTagClassName
 {
   color: #B4BA6C;
 }
</style>
background-color css

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

 a { background-color: rgb(180,186,108); }

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

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

 span { border-color: rgb(180,186,108); }

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