#B7B766

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

Shades of Dark Khaki #B7B766

Tints of Dark Khaki #B7B766

Color information

#B7B766 (or 0xB7B766) is unknown color: approx Dark Khaki. HEX triplet: B7, B7 and 66. RGB value is (183,183,102). Sum of RGB (Red+Green+Blue) = 183+183+102=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B766 is #484899. Grayscale: #AEAEAE. Windows color (decimal): -4737178 or 6731703. OLE color: 6731703.

HSL color Cylindrical-coordinate representation of color #B7B766: hue angle of 60º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7B766 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183183102-
CMYK000.440.28
HSL60º36%55.88%-
HSV(B)60º44.26%71.76%-
XYZ38.8644.8919.19-
YUV173.7787.5134.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=39.10%
G=39.10%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183183102000.440.28603655.88
HexB7B766002C1C3c2438
Octal267267146005434744470
Binary101101111011011111001100010110011100111100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B766; }

 p { color: rgb(183,183,102); }

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

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

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

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

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

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

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