#B7B367

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

Shades of Dark Khaki #B7B367

Tints of Dark Khaki #B7B367

Color information

#B7B367 (or 0xB7B367) is unknown color: approx Dark Khaki. HEX triplet: B7, B3 and 67. RGB value is (183,179,103). Sum of RGB (Red+Green+Blue) = 183+179+103=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B367 is #484C98. Grayscale: #ABABAB. Windows color (decimal): -4738201 or 6796215. OLE color: 6796215.

HSL color Cylindrical-coordinate representation of color #B7B367: hue angle of 57º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7B367 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183179103-
CMYK00.020.440.28
HSL57º35.71%56.08%-
HSV(B)57º43.72%71.76%-
XYZ38.143.2919.18-
YUV171.5389.33136.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=39.35%
G=38.49%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317910300.020.440.285735.7156.08
HexB7B367022C1C392438
Octal267263147025434714470
Binary1011011110110011110011101010110011100111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B367; }

 p { color: rgb(183,179,103); }

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

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

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

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

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

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

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