#B6B271

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

Shades of Dark Khaki #B6B271

Tints of Dark Khaki #B6B271

Color information

#B6B271 (or 0xB6B271) is unknown color: approx Dark Khaki. HEX triplet: B6, B2 and 71. RGB value is (182,178,113). Sum of RGB (Red+Green+Blue) = 182+178+113=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B271 is #494D8E. Grayscale: #ACACAC. Windows color (decimal): -4803983 or 7451318. OLE color: 7451318.

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

Color convert

RGB182178113-
CMYK00.020.380.29
HSL56.52º32.09%57.84%-
HSV(B)56.52º37.91%71.37%-
XYZ38.1942.9821.91-
YUV171.7994.83135.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=38.48%
G=37.63%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217811300.020.380.2956.5232.0957.84
HexB6B27102261D39203a
Octal266262161024635714072
Binary1011011010110010111000101010011011101111001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B271; }

 p { color: rgb(182,178,113); }

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

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

 a { background-color: rgb(182,178,113); }

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

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

 span { border-color: rgb(182,178,113); }

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