#BCB26E

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

Shades of Dark Khaki #BCB26E

Tints of Dark Khaki #BCB26E

Color information

#BCB26E (or 0xBCB26E) is unknown color: approx Dark Khaki. HEX triplet: BC, B2 and 6E. RGB value is (188,178,110). Sum of RGB (Red+Green+Blue) = 188+178+110=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB26E is #434D91. Grayscale: #ADADAD. Windows color (decimal): -4410770 or 7254716. OLE color: 7254716.

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

Color convert

RGB188178110-
CMYK00.050.410.26
HSL52.31º36.79%58.43%-
HSV(B)52.31º41.49%73.73%-
XYZ39.4743.6621.1-
YUV173.2492.31138.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=39.50%
G=37.39%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817811000.050.410.2652.3136.7958.43
HexBCB26E05291A34253a
Octal274262156055132644572
Binary10111100101100101101110010110100111010110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB26E; }

 p { color: rgb(188,178,110); }

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

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

 a { background-color: rgb(188,178,110); }

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

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

 span { border-color: rgb(188,178,110); }

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