#BDB174

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

Shades of Dark Khaki #BDB174

Tints of Dark Khaki #BDB174

Color information

#BDB174 (or 0xBDB174) is unknown color: approx Dark Khaki. HEX triplet: BD, B1 and 74. RGB value is (189,177,116). Sum of RGB (Red+Green+Blue) = 189+177+116=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB174 is #424E8B. Grayscale: #ADADAD. Windows color (decimal): -4345484 or 7647677. OLE color: 7647677.

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

Color convert

RGB189177116-
CMYK00.060.390.26
HSL50.14º35.61%59.8%-
HSV(B)50.14º38.62%74.12%-
XYZ39.8643.5222.82-
YUV173.6395.48138.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=39.21%
G=36.72%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917711600.060.390.2650.1435.6159.8
HexBDB17406271A32243c
Octal275261164064732624474
Binary10111101101100011110100011010011111010110010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB174; }

 p { color: rgb(189,177,116); }

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

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

 a { background-color: rgb(189,177,116); }

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

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

 span { border-color: rgb(189,177,116); }

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