#B7BD69

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

Shades of Dark Khaki #B7BD69

Tints of Dark Khaki #B7BD69

Color information

#B7BD69 (or 0xB7BD69) is unknown color: approx Dark Khaki. HEX triplet: B7, BD and 69. RGB value is (183,189,105). Sum of RGB (Red+Green+Blue) = 183+189+105=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BD69 is #484296. Grayscale: #B1B1B1. Windows color (decimal): -4735639 or 6929847. OLE color: 6929847.

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

Color convert

RGB183189105-
CMYK0.0300.440.26
HSL64.29º38.89%57.65%-
HSV(B)64.29º44.44%74.12%-
XYZ40.2847.4820.41-
YUV177.6387.01131.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=38.36%
G=39.62%
B=22.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891050.0300.440.2664.2938.8957.65
HexB7BD69302C1A40273a
Octal2672751513054321004772
Binary10110111101111011101001110101100110101000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BD69; }

 p { color: rgb(183,189,105); }

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

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

 a { background-color: rgb(183,189,105); }

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

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

 span { border-color: rgb(183,189,105); }

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