#B7B178

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

Shades of Dark Khaki #B7B178

Tints of Dark Khaki #B7B178

Color information

#B7B178 (or 0xB7B178) is unknown color: approx Dark Khaki. HEX triplet: B7, B1 and 78. RGB value is (183,177,120). Sum of RGB (Red+Green+Blue) = 183+177+120=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B178 is #484E87. Grayscale: #ACACAC. Windows color (decimal): -4738696 or 7909815. OLE color: 7909815.

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

Color convert

RGB183177120-
CMYK00.030.340.28
HSL54.29º30.43%59.41%-
HSV(B)54.29º34.43%71.76%-
XYZ38.6442.8724.01-
YUV172.398.49135.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 120 (47.27% from 255) = 25%
R=38.12%
G=36.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317712000.030.340.2854.2930.4359.41
HexB7B17803221C361e3b
Octal267261170034234663673
Binary101101111011000111110000111000101110011011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B178; }

 p { color: rgb(183,177,120); }

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

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

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

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

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

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

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