#BDB967

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

Shades of Dark Khaki #BDB967

Tints of Dark Khaki #BDB967

Color information

#BDB967 (or 0xBDB967) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 67. RGB value is (189,185,103). Sum of RGB (Red+Green+Blue) = 189+185+103=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB967 is #424698. Grayscale: #B1B1B1. Windows color (decimal): -4343449 or 6797757. OLE color: 6797757.

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

Color convert

RGB189185103-
CMYK00.020.460.26
HSL57.21º39.45%57.25%-
HSV(B)57.21º45.5%74.12%-
XYZ40.7846.519.66-
YUV176.8586.33136.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=39.62%
G=38.78%
B=21.59%

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
Decimal18918510300.020.460.2657.2139.4557.25
HexBDB967022E1A392739
Octal275271147025632714771
Binary1011110110111001110011101010111011010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB967; }

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

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

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

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

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

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

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

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