#BCB16F

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

Shades of Dark Khaki #BCB16F

Tints of Dark Khaki #BCB16F

Color information

#BCB16F (or 0xBCB16F) is unknown color: approx Dark Khaki. HEX triplet: BC, B1 and 6F. RGB value is (188,177,111). Sum of RGB (Red+Green+Blue) = 188+177+111=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB16F is #434E90. Grayscale: #ADADAD. Windows color (decimal): -4411025 or 7319996. OLE color: 7319996.

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

Color convert

RGB188177111-
CMYK00.060.410.26
HSL51.43º36.49%58.63%-
HSV(B)51.43º40.96%73.73%-
XYZ39.3343.2821.32-
YUV172.7693.14138.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=39.50%
G=37.18%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817711100.060.410.2651.4336.4958.63
HexBCB16F06291A33243b
Octal274261157065132634473
Binary10111100101100011101111011010100111010110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB16F; }

 p { color: rgb(188,177,111); }

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

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

 a { background-color: rgb(188,177,111); }

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

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

 span { border-color: rgb(188,177,111); }

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