#BDB867

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

Shades of Dark Khaki #BDB867

Tints of Dark Khaki #BDB867

Color information

#BDB867 (or 0xBDB867) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 67. RGB value is (189,184,103). Sum of RGB (Red+Green+Blue) = 189+184+103=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB867 is #424798. Grayscale: #B0B0B0. Windows color (decimal): -4343705 or 6797501. OLE color: 6797501.

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

Color convert

RGB189184103-
CMYK00.030.460.26
HSL56.51º39.45%57.25%-
HSV(B)56.51º45.5%74.12%-
XYZ40.5746.0819.59-
YUV176.2686.66137.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=39.71%
G=38.66%
B=21.64%

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
Decimal18918410300.030.460.2656.5139.4557.25
HexBDB867032E1A392739
Octal275270147035632714771
Binary1011110110111000110011101110111011010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB867; }

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

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

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

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

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

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

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

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