#BCBD69

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

Shades of Dark Khaki #BCBD69

Tints of Dark Khaki #BCBD69

Color information

#BCBD69 (or 0xBCBD69) is unknown color: approx Dark Khaki. HEX triplet: BC, BD and 69. RGB value is (188,189,105). Sum of RGB (Red+Green+Blue) = 188+189+105=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD69 is #434296. Grayscale: #B3B3B3. Windows color (decimal): -4407959 or 6929852. OLE color: 6929852.

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

Color convert

RGB188189105-
CMYK0.0100.440.26
HSL60.71º38.89%57.65%-
HSV(B)60.71º44.44%74.12%-
XYZ41.4948.1120.46-
YUV179.1286.17134.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=39.00%
G=39.21%
B=21.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891050.0100.440.2660.7138.8957.65
HexBCBD69102C1A3d273a
Octal274275151105432754772
Binary101111001011110111010011010110011010111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD69; }

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

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

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

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

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

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

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

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