#B7B379

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

Shades of Dark Khaki #B7B379

Tints of Dark Khaki #B7B379

Color information

#B7B379 (or 0xB7B379) is unknown color: approx Dark Khaki. HEX triplet: B7, B3 and 79. RGB value is (183,179,121). Sum of RGB (Red+Green+Blue) = 183+179+121=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B379 is #484C86. Grayscale: #ADADAD. Windows color (decimal): -4738183 or 7975863. OLE color: 7975863.

HSL color Cylindrical-coordinate representation of color #B7B379: hue angle of 56.13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7B379 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB183179121-
CMYK00.020.340.28
HSL56.13º30.1%59.61%-
HSV(B)56.13º33.88%71.76%-
XYZ39.143.6924.46-
YUV173.5898.33134.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=37.89%
G=37.06%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317912100.020.340.2856.1330.159.61
HexB7B37902221C381e3c
Octal267263171024234703674
Binary101101111011001111110010101000101110011100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B379; }

 p { color: rgb(183,179,121); }

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

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

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

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

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

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

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