#B7B071

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

Shades of Dark Khaki #B7B071

Tints of Dark Khaki #B7B071

Color information

#B7B071 (or 0xB7B071) is unknown color: approx Dark Khaki. HEX triplet: B7, B0 and 71. RGB value is (183,176,113). Sum of RGB (Red+Green+Blue) = 183+176+113=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B071 is #484F8E. Grayscale: #ABABAB. Windows color (decimal): -4738959 or 7450807. OLE color: 7450807.

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

Color convert

RGB183176113-
CMYK00.040.380.28
HSL54º32.71%58.04%-
HSV(B)54º38.25%71.76%-
XYZ38.0342.3121.78-
YUV170.9195.32136.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=38.77%
G=37.29%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317611300.040.380.285432.7158.04
HexB7B07104261C36213a
Octal267260161044634664172
Binary10110111101100001110001010010011011100110110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B071; }

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

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

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

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

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

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

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

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