#BDBB69

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

Shades of Dark Khaki #BDBB69

Tints of Dark Khaki #BDBB69

Color information

#BDBB69 (or 0xBDBB69) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 69. RGB value is (189,187,105). Sum of RGB (Red+Green+Blue) = 189+187+105=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB69 is #424496. Grayscale: #B2B2B2. Windows color (decimal): -4342935 or 6929341. OLE color: 6929341.

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

Color convert

RGB189187105-
CMYK00.010.440.26
HSL58.57º38.89%57.65%-
HSV(B)58.57º44.44%74.12%-
XYZ41.3147.3820.33-
YUV178.2586.66135.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=39.29%
G=38.88%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918710500.010.440.2658.5738.8957.65
HexBDBB69012C1A3b273a
Octal275273151015432734772
Binary101111011011101111010010110110011010111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB69; }

 p { color: rgb(189,187,105); }

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

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

 a { background-color: rgb(189,187,105); }

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

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

 span { border-color: rgb(189,187,105); }

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