#B8B268

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

Shades of Dark Khaki #B8B268

Tints of Dark Khaki #B8B268

Color information

#B8B268 (or 0xB8B268) is unknown color: approx Dark Khaki. HEX triplet: B8, B2 and 68. RGB value is (184,178,104). Sum of RGB (Red+Green+Blue) = 184+178+104=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B268 is #474D97. Grayscale: #ABABAB. Windows color (decimal): -4672920 or 6861496. OLE color: 6861496.

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

Color convert

RGB184178104-
CMYK00.030.430.28
HSL55.5º36.04%56.47%-
HSV(B)55.5º43.48%72.16%-
XYZ38.1943.0319.39-
YUV171.3689.99137.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=39.48%
G=38.20%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417810400.030.430.2855.536.0456.47
HexB8B268032B1C382438
Octal270262150035334704470
Binary1011100010110010110100001110101111100111000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B268; }

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

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

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

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

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

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

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

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