#B3B36C

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

Shades of Dark Khaki #B3B36C

Tints of Dark Khaki #B3B36C

Color information

#B3B36C (or 0xB3B36C) is unknown color: approx Dark Khaki. HEX triplet: B3, B3 and 6C. RGB value is (179,179,108). Sum of RGB (Red+Green+Blue) = 179+179+108=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B36C is #4C4C93. Grayscale: #ABABAB. Windows color (decimal): -5000340 or 7123891. OLE color: 7123891.

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

Color convert

RGB179179108-
CMYK000.400.30
HSL60º31.84%56.27%-
HSV(B)60º39.66%70.2%-
XYZ37.4242.9120.5-
YUV170.9192.5133.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=38.41%
G=38.41%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179108000.400.306031.8456.27
HexB3B36C00281E3c2038
Octal263263154005036744070
Binary101100111011001111011000010100011110111100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B36C; }

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

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

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

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

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

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

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

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