#B8B178

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

Shades of Dark Khaki #B8B178

Tints of Dark Khaki #B8B178

Color information

#B8B178 (or 0xB8B178) is unknown color: approx Dark Khaki. HEX triplet: B8, B1 and 78. RGB value is (184,177,120). Sum of RGB (Red+Green+Blue) = 184+177+120=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B178 is #474E87. Grayscale: #ACACAC. Windows color (decimal): -4673160 or 7909816. OLE color: 7909816.

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

Color convert

RGB184177120-
CMYK00.040.350.28
HSL53.44º31.07%59.61%-
HSV(B)53.44º34.78%72.16%-
XYZ38.8842.9924.02-
YUV172.698.32136.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=38.25%
G=36.80%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417712000.040.350.2853.4431.0759.61
HexB8B17804231C351f3c
Octal270261170044334653774
Binary1011100010110001111100001001000111110011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B178; }

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

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

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

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

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

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

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

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