#BDB375

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

Shades of Dark Khaki #BDB375

Tints of Dark Khaki #BDB375

Color information

#BDB375 (or 0xBDB375) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 75. RGB value is (189,179,117). Sum of RGB (Red+Green+Blue) = 189+179+117=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB375 is #424C8A. Grayscale: #AFAFAF. Windows color (decimal): -4344971 or 7713725. OLE color: 7713725.

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

Color convert

RGB189179117-
CMYK00.050.380.26
HSL51.67º35.29%60%-
HSV(B)51.67º38.1%74.12%-
XYZ40.3244.3423.26-
YUV174.9295.31138.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=38.97%
G=36.91%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917911700.050.380.2651.6735.2960
HexBDB37505261A34233c
Octal275263165054632644374
Binary10111101101100111110101010110011011010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB375; }

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

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

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

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

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

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

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

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