#BCB373

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

Shades of Dark Khaki #BCB373

Tints of Dark Khaki #BCB373

Color information

#BCB373 (or 0xBCB373) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 73. RGB value is (188,179,115). Sum of RGB (Red+Green+Blue) = 188+179+115=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB373 is #434C8C. Grayscale: #AEAEAE. Windows color (decimal): -4410509 or 7582652. OLE color: 7582652.

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

Color convert

RGB188179115-
CMYK00.050.390.26
HSL52.6º35.27%59.41%-
HSV(B)52.6º38.83%73.73%-
XYZ39.9544.1722.64-
YUV174.494.48137.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=39.00%
G=37.14%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817911500.050.390.2652.635.2759.41
HexBCB37305271A35233b
Octal274263163054732654373
Binary10111100101100111110011010110011111010110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB373; }

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

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

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

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

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

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

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

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