#B3B16C

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

Shades of Dark Khaki #B3B16C

Tints of Dark Khaki #B3B16C

Color information

#B3B16C (or 0xB3B16C) is unknown color: approx Dark Khaki. HEX triplet: B3, B1 and 6C. RGB value is (179,177,108). Sum of RGB (Red+Green+Blue) = 179+177+108=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B16C is #4C4E93. Grayscale: #AAAAAA. Windows color (decimal): -5000852 or 7123379. OLE color: 7123379.

HSL color Cylindrical-coordinate representation of color #B3B16C: hue angle of 58.31º 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 #B3B16C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179177108-
CMYK00.010.400.30
HSL58.31º31.84%56.27%-
HSV(B)58.31º39.66%70.2%-
XYZ37.0242.1120.36-
YUV169.7393.16134.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=38.58%
G=38.15%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917710800.010.400.3058.3131.8456.27
HexB3B16C01281E3a2038
Octal263261154015036724070
Binary101100111011000111011000110100011110111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B16C; }

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

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

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

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

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

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

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

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