#BDBA62

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

Shades of Dark Khaki #BDBA62

Tints of Dark Khaki #BDBA62

Color information

#BDBA62 (or 0xBDBA62) is unknown color: approx Dark Khaki. HEX triplet: BD, BA and 62. RGB value is (189,186,98). Sum of RGB (Red+Green+Blue) = 189+186+98=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA62 is #42459D. Grayscale: #B1B1B1. Windows color (decimal): -4343198 or 6470333. OLE color: 6470333.

HSL color Cylindrical-coordinate representation of color #BDBA62: hue angle of 58.02º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDBA62 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18918698-
CMYK00.020.480.26
HSL58.02º40.81%56.27%-
HSV(B)58.02º48.15%74.12%-
XYZ40.7546.8218.44-
YUV176.8683.49136.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=39.96%
G=39.32%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891869800.020.480.2658.0240.8156.27
HexBDBA6202301A3a2938
Octal275272142026032725170
Binary1011110110111010110001001011000011010111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA62; }

 p { color: rgb(189,186,98); }

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

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

 a { background-color: rgb(189,186,98); }

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

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

 span { border-color: rgb(189,186,98); }

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