#B8B76C

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

Shades of Dark Khaki #B8B76C

Tints of Dark Khaki #B8B76C

Color information

#B8B76C (or 0xB8B76C) is unknown color: approx Dark Khaki. HEX triplet: B8, B7 and 6C. RGB value is (184,183,108). Sum of RGB (Red+Green+Blue) = 184+183+108=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B76C is #474893. Grayscale: #AFAFAF. Windows color (decimal): -4671636 or 7124920. OLE color: 7124920.

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

Color convert

RGB184183108-
CMYK00.010.410.28
HSL59.21º34.86%57.25%-
HSV(B)59.21º41.3%72.16%-
XYZ39.4145.1420.82-
YUV174.7590.33134.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=38.74%
G=38.53%
B=22.74%

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
Decimal18418310800.010.410.2859.2134.8657.25
HexB8B76C01291C3b2339
Octal270267154015134734371
Binary101110001011011111011000110100111100111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B76C; }

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

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

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

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

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

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

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

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