#BDB878

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

Shades of Dark Khaki #BDB878

Tints of Dark Khaki #BDB878

Color information

#BDB878 (or 0xBDB878) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 78. RGB value is (189,184,120). Sum of RGB (Red+Green+Blue) = 189+184+120=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB878 is #424787. Grayscale: #B2B2B2. Windows color (decimal): -4343688 or 7911613. OLE color: 7911613.

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

Color convert

RGB189184120-
CMYK00.030.370.26
HSL55.65º34.33%60.59%-
HSV(B)55.65º36.51%74.12%-
XYZ41.5246.4624.55-
YUV178.295.16135.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=38.34%
G=37.32%
B=24.34%

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
Decimal18918412000.030.370.2655.6534.3360.59
HexBDB87803251A38223d
Octal275270170034532704275
Binary1011110110111000111100001110010111010111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB878; }

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

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

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

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

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

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

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

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