#B3B369

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

Shades of Dark Khaki #B3B369

Tints of Dark Khaki #B3B369

Color information

#B3B369 (or 0xB3B369) is unknown color: approx Dark Khaki. HEX triplet: B3, B3 and 69. RGB value is (179,179,105). Sum of RGB (Red+Green+Blue) = 179+179+105=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B369 is #4C4C96. Grayscale: #AAAAAA. Windows color (decimal): -5000343 or 6927283. OLE color: 6927283.

HSL color Cylindrical-coordinate representation of color #B3B369: hue angle of 60º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3B369 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179179105-
CMYK000.410.30
HSL60º32.74%55.69%-
HSV(B)60º41.34%70.2%-
XYZ37.2642.8419.67-
YUV170.5691134.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=38.66%
G=38.66%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179105000.410.306032.7455.69
HexB3B36900291E3c2138
Octal263263151005136744170
Binary101100111011001111010010010100111110111100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B369; }

 p { color: rgb(179,179,105); }

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

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

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

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

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

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

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