#B3B26E

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

Shades of Dark Khaki #B3B26E

Tints of Dark Khaki #B3B26E

Color information

#B3B26E (or 0xB3B26E) is unknown color: approx Dark Khaki. HEX triplet: B3, B2 and 6E. RGB value is (179,178,110). Sum of RGB (Red+Green+Blue) = 179+178+110=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B26E is #4C4D91. Grayscale: #AAAAAA. Windows color (decimal): -5000594 or 7254707. OLE color: 7254707.

HSL color Cylindrical-coordinate representation of color #B3B26E: hue angle of 59.13º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3B26E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB179178110-
CMYK00.010.390.30
HSL59.13º31.22%56.67%-
HSV(B)59.13º38.55%70.2%-
XYZ37.3342.5521-
YUV170.5593.83134.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=38.33%
G=38.12%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917811000.010.390.3059.1331.2256.67
HexB3B26E01271E3b1f39
Octal263262156014736733771
Binary10110011101100101101110011001111111011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B26E; }

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

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

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

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

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

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

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

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