#BCB778

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

Shades of Dark Khaki #BCB778

Tints of Dark Khaki #BCB778

Color information

#BCB778 (or 0xBCB778) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 78. RGB value is (188,183,120). Sum of RGB (Red+Green+Blue) = 188+183+120=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB778 is #434887. Grayscale: #B1B1B1. Windows color (decimal): -4409480 or 7911356. OLE color: 7911356.

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

Color convert

RGB188183120-
CMYK00.030.360.26
HSL55.59º33.66%60.39%-
HSV(B)55.59º36.17%73.73%-
XYZ41.0645.9124.47-
YUV177.3195.66135.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=38.29%
G=37.27%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818312000.030.360.2655.5933.6660.39
HexBCB77803241A38223c
Octal274267170034432704274
Binary1011110010110111111100001110010011010111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB778; }

 p { color: rgb(188,183,120); }

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

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

 a { background-color: rgb(188,183,120); }

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

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

 span { border-color: rgb(188,183,120); }

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