#BDB778

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

Shades of Dark Khaki #BDB778

Tints of Dark Khaki #BDB778

Color information

#BDB778 (or 0xBDB778) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 78. RGB value is (189,183,120). Sum of RGB (Red+Green+Blue) = 189+183+120=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB778 is #424887. Grayscale: #B1B1B1. Windows color (decimal): -4343944 or 7911357. OLE color: 7911357.

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

Color convert

RGB189183120-
CMYK00.030.370.26
HSL54.78º34.33%60.59%-
HSV(B)54.78º36.51%74.12%-
XYZ41.3146.0424.48-
YUV177.6195.49136.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=38.41%
G=37.20%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918312000.030.370.2654.7834.3360.59
HexBDB77803251A37223d
Octal275267170034532674275
Binary1011110110110111111100001110010111010110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB778; }

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

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

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

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

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

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

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

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