#BDBA67

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

Shades of Dark Khaki #BDBA67

Tints of Dark Khaki #BDBA67

Color information

#BDBA67 (or 0xBDBA67) is unknown color: approx Dark Khaki. HEX triplet: BD, BA and 67. RGB value is (189,186,103). Sum of RGB (Red+Green+Blue) = 189+186+103=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA67 is #424598. Grayscale: #B1B1B1. Windows color (decimal): -4343193 or 6798013. OLE color: 6798013.

HSL color Cylindrical-coordinate representation of color #BDBA67: hue angle of 57.91º 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 #BDBA67 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189186103-
CMYK00.020.460.26
HSL57.91º39.45%57.25%-
HSV(B)57.91º45.5%74.12%-
XYZ40.9946.9219.73-
YUV177.4385.99136.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=39.54%
G=38.91%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918610300.020.460.2657.9139.4557.25
HexBDBA67022E1A3a2739
Octal275272147025632724771
Binary1011110110111010110011101010111011010111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA67; }

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

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

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

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

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

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

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

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