#B7B37A

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

Shades of Dark Khaki #B7B37A

Tints of Dark Khaki #B7B37A

Color information

#B7B37A (or 0xB7B37A) is unknown color: approx Dark Khaki. HEX triplet: B7, B3 and 7A. RGB value is (183,179,122). Sum of RGB (Red+Green+Blue) = 183+179+122=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B37A is #484C85. Grayscale: #ADADAD. Windows color (decimal): -4738182 or 8041399. OLE color: 8041399.

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

Color convert

RGB183179122-
CMYK00.020.330.28
HSL56.07º29.76%59.8%-
HSV(B)56.07º33.33%71.76%-
XYZ39.1643.7124.79-
YUV173.798.83134.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 122 (48.05% from 255) = 25.21%
R=37.81%
G=36.98%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317912200.020.330.2856.0729.7659.8
HexB7B37A02211C381e3c
Octal267263172024134703674
Binary101101111011001111110100101000011110011100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B37A; }

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

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

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

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

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

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

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

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