#BCB377

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

Shades of Dark Khaki #BCB377

Tints of Dark Khaki #BCB377

Color information

#BCB377 (or 0xBCB377) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 77. RGB value is (188,179,119). Sum of RGB (Red+Green+Blue) = 188+179+119=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB377 is #434C88. Grayscale: #AFAFAF. Windows color (decimal): -4410505 or 7844796. OLE color: 7844796.

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

Color convert

RGB188179119-
CMYK00.050.370.26
HSL52.17º33.99%60.2%-
HSV(B)52.17º36.7%73.73%-
XYZ40.1944.2623.88-
YUV174.8596.48137.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=38.68%
G=36.83%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817911900.050.370.2652.1733.9960.2
HexBCB37705251A34223c
Octal274263167054532644274
Binary10111100101100111110111010110010111010110100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB377; }

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

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

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

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

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

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

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

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