#B8B16C

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

Shades of Dark Khaki #B8B16C

Tints of Dark Khaki #B8B16C

Color information

#B8B16C (or 0xB8B16C) is unknown color: approx Dark Khaki. HEX triplet: B8, B1 and 6C. RGB value is (184,177,108). Sum of RGB (Red+Green+Blue) = 184+177+108=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B16C is #474E93. Grayscale: #ABABAB. Windows color (decimal): -4673172 or 7123384. OLE color: 7123384.

HSL color Cylindrical-coordinate representation of color #B8B16C: hue angle of 54.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8B16C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184177108-
CMYK00.040.410.28
HSL54.47º34.86%57.25%-
HSV(B)54.47º41.3%72.16%-
XYZ38.242.7220.42-
YUV171.2392.32137.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=39.23%
G=37.74%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417710800.040.410.2854.4734.8657.25
HexB8B16C04291C362339
Octal270261154045134664371
Binary10111000101100011101100010010100111100110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B16C; }

 p { color: rgb(184,177,108); }

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

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

 a { background-color: rgb(184,177,108); }

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

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

 span { border-color: rgb(184,177,108); }

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