#B7B06D

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

Shades of Dark Khaki #B7B06D

Tints of Dark Khaki #B7B06D

Color information

#B7B06D (or 0xB7B06D) is unknown color: approx Dark Khaki. HEX triplet: B7, B0 and 6D. RGB value is (183,176,109). Sum of RGB (Red+Green+Blue) = 183+176+109=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B06D is #484F92. Grayscale: #AAAAAA. Windows color (decimal): -4738963 or 7188663. OLE color: 7188663.

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

Color convert

RGB183176109-
CMYK00.040.400.28
HSL54.32º33.94%57.25%-
HSV(B)54.32º40.44%71.76%-
XYZ37.8142.2220.62-
YUV170.4693.32136.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=39.10%
G=37.61%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317610900.040.400.2854.3233.9457.25
HexB7B06D04281C362239
Octal267260155045034664271
Binary10110111101100001101101010010100011100110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B06D; }

 p { color: rgb(183,176,109); }

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

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

 a { background-color: rgb(183,176,109); }

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

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

 span { border-color: rgb(183,176,109); }

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