#BCB873

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

Shades of Dark Khaki #BCB873

Tints of Dark Khaki #BCB873

Color information

#BCB873 (or 0xBCB873) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 73. RGB value is (188,184,115). Sum of RGB (Red+Green+Blue) = 188+184+115=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB873 is #43478C. Grayscale: #B1B1B1. Windows color (decimal): -4409229 or 7583932. OLE color: 7583932.

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

Color convert

RGB188184115-
CMYK00.020.390.26
HSL56.71º35.27%59.41%-
HSV(B)56.71º38.83%73.73%-
XYZ40.9746.2122.98-
YUV177.3392.83135.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 115 (45.31% from 255) = 23.61%
R=38.60%
G=37.78%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818411500.020.390.2656.7135.2759.41
HexBCB87302271A39233b
Octal274270163024732714373
Binary1011110010111000111001101010011111010111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB873; }

 p { color: rgb(188,184,115); }

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

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

 a { background-color: rgb(188,184,115); }

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

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

 span { border-color: rgb(188,184,115); }

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