#BCB374

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

Shades of Dark Khaki #BCB374

Tints of Dark Khaki #BCB374

Color information

#BCB374 (or 0xBCB374) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 74. RGB value is (188,179,116). Sum of RGB (Red+Green+Blue) = 188+179+116=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB374 is #434C8B. Grayscale: #AEAEAE. Windows color (decimal): -4410508 or 7648188. OLE color: 7648188.

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

Color convert

RGB188179116-
CMYK00.050.380.26
HSL52.5º34.95%59.61%-
HSV(B)52.5º38.3%73.73%-
XYZ40.0144.1922.94-
YUV174.5194.98137.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=38.92%
G=37.06%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817911600.050.380.2652.534.9559.61
HexBCB37405261A34233c
Octal274263164054632644374
Binary10111100101100111110100010110011011010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB374; }

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

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

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

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

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

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

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

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