#b8b279

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

Shades of Dark Khaki #B8B279

Tints of Dark Khaki #B8B279

Color information

#B8B279 (or 0xB8B279) is unknown color: approx Dark Khaki. HEX triplet: B8, B2 and 79. RGB value is (184,178,121). Sum of RGB (Red+Green+Blue) = 184+178+121=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B279 is #474D86. Grayscale: #ADADAD. Windows color (decimal): -4672903 or 7975608. OLE color: 7975608.

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

Color convert

RGB184178121-
CMYK00.030.340.28
HSL54.29º30.73%59.8%-
HSV(B)54.29º34.24%72.16%-
XYZ39.1443.4124.41-
YUV173.398.49135.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=38.10%
G=36.85%
B=25.05%

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
Decimal18417812100.030.340.2854.2930.7359.8
HexB8B27903221C361f3c
Octal270262171034234663774
Binary101110001011001011110010111000101110011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b279; }

 p { color: rgb(184,178,121); }

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

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

 a { background-color: rgb(184,178,121); }

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

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

 span { border-color: rgb(184,178,121); }

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