#B7BC6F

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

Shades of Dark Khaki #B7BC6F

Tints of Dark Khaki #B7BC6F

Color information

#B7BC6F (or 0xB7BC6F) is unknown color: approx Dark Khaki. HEX triplet: B7, BC and 6F. RGB value is (183,188,111). Sum of RGB (Red+Green+Blue) = 183+188+111=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC6F is #484390. Grayscale: #B2B2B2. Windows color (decimal): -4735889 or 7322807. OLE color: 7322807.

HSL color Cylindrical-coordinate representation of color #B7BC6F: hue angle of 63.9º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7BC6F is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB183188111-
CMYK0.0300.410.26
HSL63.9º36.49%58.63%-
HSV(B)63.9º40.96%73.73%-
XYZ40.3847.1822.02-
YUV177.7390.34131.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=37.97%
G=39.00%
B=23.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881110.0300.410.2663.936.4958.63
HexB7BC6F30291A40243b
Octal2672741573051321004473
Binary10110111101111001101111110101001110101000000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BC6F; }

 p { color: rgb(183,188,111); }

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

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

 a { background-color: rgb(183,188,111); }

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

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

 span { border-color: rgb(183,188,111); }

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