#BCB369

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

Shades of Dark Khaki #BCB369

Tints of Dark Khaki #BCB369

Color information

#BCB369 (or 0xBCB369) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 69. RGB value is (188,179,105). Sum of RGB (Red+Green+Blue) = 188+179+105=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB369 is #434C96. Grayscale: #ADADAD. Windows color (decimal): -4410519 or 6927292. OLE color: 6927292.

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

Color convert

RGB188179105-
CMYK00.050.440.26
HSL53.49º38.25%57.45%-
HSV(B)53.49º44.15%73.73%-
XYZ39.4143.9519.77-
YUV173.2689.48138.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=39.83%
G=37.92%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817910500.050.440.2653.4938.2557.45
HexBCB369052C1A352639
Octal274263151055432654671
Binary10111100101100111101001010110110011010110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB369; }

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

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

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

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

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

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

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

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