#B7B670

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

Shades of Dark Khaki #B7B670

Tints of Dark Khaki #B7B670

Color information

#B7B670 (or 0xB7B670) is unknown color: approx Dark Khaki. HEX triplet: B7, B6 and 70. RGB value is (183,182,112). Sum of RGB (Red+Green+Blue) = 183+182+112=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B670 is #48498F. Grayscale: #AEAEAE. Windows color (decimal): -4737424 or 7386807. OLE color: 7386807.

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

Color convert

RGB183182112-
CMYK00.010.390.28
HSL59.15º33.02%57.84%-
HSV(B)59.15º38.8%71.76%-
XYZ39.1844.6921.89-
YUV174.3292.83134.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=38.36%
G=38.16%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318211200.010.390.2859.1533.0257.84
HexB7B67001271C3b213a
Octal267266160014734734172
Binary101101111011011011100000110011111100111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B670; }

 p { color: rgb(183,182,112); }

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

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

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

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

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

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

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