#BDB677

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

Shades of Dark Khaki #BDB677

Tints of Dark Khaki #BDB677

Color information

#BDB677 (or 0xBDB677) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 77. RGB value is (189,182,119). Sum of RGB (Red+Green+Blue) = 189+182+119=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB677 is #424988. Grayscale: #B1B1B1. Windows color (decimal): -4344201 or 7845565. OLE color: 7845565.

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

Color convert

RGB189182119-
CMYK00.040.370.26
HSL54º34.65%60.39%-
HSV(B)54º37.04%74.12%-
XYZ41.0445.6124.09-
YUV176.9195.32136.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=38.57%
G=37.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918211900.040.370.265434.6560.39
HexBDB67704251A36233c
Octal275266167044532664374
Binary10111101101101101110111010010010111010110110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB677; }

 p { color: rgb(189,182,119); }

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

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

 a { background-color: rgb(189,182,119); }

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

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

 span { border-color: rgb(189,182,119); }

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