#B8B66D

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

Shades of Dark Khaki #B8B66D

Tints of Dark Khaki #B8B66D

Color information

#B8B66D (or 0xB8B66D) is unknown color: approx Dark Khaki. HEX triplet: B8, B6 and 6D. RGB value is (184,182,109). Sum of RGB (Red+Green+Blue) = 184+182+109=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B66D is #474992. Grayscale: #AEAEAE. Windows color (decimal): -4671891 or 7190200. OLE color: 7190200.

HSL color Cylindrical-coordinate representation of color #B8B66D: hue angle of 58.4º 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 #B8B66D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184182109-
CMYK00.010.410.28
HSL58.4º34.56%57.45%-
HSV(B)58.4º40.76%72.16%-
XYZ39.2644.7521.04-
YUV174.2891.16134.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=38.74%
G=38.32%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418210900.010.410.2858.434.5657.45
HexB8B66D01291C3a2339
Octal270266155015134724371
Binary101110001011011011011010110100111100111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B66D; }

 p { color: rgb(184,182,109); }

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

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

 a { background-color: rgb(184,182,109); }

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

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

 span { border-color: rgb(184,182,109); }

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