#BDB675

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

Shades of Dark Khaki #BDB675

Tints of Dark Khaki #BDB675

Color information

#BDB675 (or 0xBDB675) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 75. RGB value is (189,182,117). Sum of RGB (Red+Green+Blue) = 189+182+117=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB675 is #42498A. Grayscale: #B0B0B0. Windows color (decimal): -4344203 or 7714493. OLE color: 7714493.

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

Color convert

RGB189182117-
CMYK00.040.380.26
HSL54.17º35.29%60%-
HSV(B)54.17º38.1%74.12%-
XYZ40.9345.5623.47-
YUV176.6894.32136.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=38.73%
G=37.30%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918211700.040.380.2654.1735.2960
HexBDB67504261A36233c
Octal275266165044632664374
Binary10111101101101101110101010010011011010110110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB675; }

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

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

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

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

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

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

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

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