#B7BE6E

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

Shades of Dark Khaki #B7BE6E

Tints of Dark Khaki #B7BE6E

Color information

#B7BE6E (or 0xB7BE6E) is unknown color: approx Dark Khaki. HEX triplet: B7, BE and 6E. RGB value is (183,190,110). Sum of RGB (Red+Green+Blue) = 183+190+110=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BE6E is #484191. Grayscale: #B3B3B3. Windows color (decimal): -4735378 or 7257783. OLE color: 7257783.

HSL color Cylindrical-coordinate representation of color #B7BE6E: hue angle of 65.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7BE6E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB183190110-
CMYK0.0400.420.25
HSL65.25º38.1%58.82%-
HSV(B)65.25º42.11%74.51%-
XYZ40.7648.0221.87-
YUV178.7989.18131-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=37.89%
G=39.34%
B=22.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831901100.0400.420.2565.2538.158.82
HexB7BE6E402A1941263b
Octal2672761564052311014673
Binary101101111011111011011101000101010110011000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE6E; }

 p { color: rgb(183,190,110); }

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

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

 a { background-color: rgb(183,190,110); }

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

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

 span { border-color: rgb(183,190,110); }

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