#BDB767

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

Shades of Dark Khaki #BDB767

Tints of Dark Khaki #BDB767

Color information

#BDB767 (or 0xBDB767) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 67. RGB value is (189,183,103). Sum of RGB (Red+Green+Blue) = 189+183+103=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB767 is #424898. Grayscale: #B0B0B0. Windows color (decimal): -4343961 or 6797245. OLE color: 6797245.

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

Color convert

RGB189183103-
CMYK00.030.460.26
HSL55.81º39.45%57.25%-
HSV(B)55.81º45.5%74.12%-
XYZ40.3745.6719.52-
YUV175.6786.99137.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=39.79%
G=38.53%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918310300.030.460.2655.8139.4557.25
HexBDB767032E1A382739
Octal275267147035632704771
Binary1011110110110111110011101110111011010111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB767; }

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

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

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

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

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

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

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

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