#B3B46E

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

Shades of Dark Khaki #B3B46E

Tints of Dark Khaki #B3B46E

Color information

#B3B46E (or 0xB3B46E) is unknown color: approx Dark Khaki. HEX triplet: B3, B4 and 6E. RGB value is (179,180,110). Sum of RGB (Red+Green+Blue) = 179+180+110=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B46E is #4C4B91. Grayscale: #ABABAB. Windows color (decimal): -5000082 or 7255219. OLE color: 7255219.

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

Color convert

RGB179180110-
CMYK0.0100.390.29
HSL60.86º31.82%56.86%-
HSV(B)60.86º38.89%70.59%-
XYZ37.7343.3521.13-
YUV171.7293.17133.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=38.17%
G=38.38%
B=23.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801100.0100.390.2960.8631.8256.86
HexB3B46E10271D3d2039
Octal263264156104735754071
Binary101100111011010011011101010011111101111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B46E; }

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

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

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

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

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

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

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

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