#B8B26E

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

Shades of Dark Khaki #B8B26E

Tints of Dark Khaki #B8B26E

Color information

#B8B26E (or 0xB8B26E) is unknown color: approx Dark Khaki. HEX triplet: B8, B2 and 6E. RGB value is (184,178,110). Sum of RGB (Red+Green+Blue) = 184+178+110=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B26E is #474D91. Grayscale: #ACACAC. Windows color (decimal): -4672914 or 7254712. OLE color: 7254712.

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

Color convert

RGB184178110-
CMYK00.030.400.28
HSL55.14º34.26%57.65%-
HSV(B)55.14º40.22%72.16%-
XYZ38.543.1621.05-
YUV172.0492.99136.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=38.98%
G=37.71%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417811000.030.400.2855.1434.2657.65
HexB8B26E03281C37223a
Octal270262156035034674272
Binary1011100010110010110111001110100011100110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B26E; }

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

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

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

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

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

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

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

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