#B1B673

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

Shades of Dark Khaki #B1B673

Tints of Dark Khaki #B1B673

Color information

#B1B673 (or 0xB1B673) is unknown color: approx Dark Khaki. HEX triplet: B1, B6 and 73. RGB value is (177,182,115). Sum of RGB (Red+Green+Blue) = 177+182+115=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B673 is #4E498C. Grayscale: #ADADAD. Windows color (decimal): -5130637 or 7583409. OLE color: 7583409.

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

Color convert

RGB177182115-
CMYK0.0300.370.29
HSL64.48º31.46%58.24%-
HSV(B)64.48º36.81%71.37%-
XYZ37.9544.0422.72-
YUV172.8795.34130.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=37.34%
G=38.40%
B=24.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821150.0300.370.2964.4831.4658.24
HexB1B67330251D401f3a
Octal2612661633045351003772
Binary1011000110110110111001111010010111101100000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B673; }

 p { color: rgb(177,182,115); }

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

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

 a { background-color: rgb(177,182,115); }

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

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

 span { border-color: rgb(177,182,115); }

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